Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Antonio Fernández de Alba <[email protected]>
  • Loading branch information
anmarchenko and juan-fernandez authored Apr 23, 2024
1 parent 9272bc2 commit 3fbaf5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ end

Startup logs produce a report of tracing state when the application is initially configured.
These logs are activated by default in test mode, if you don't want them you can disable this
via `DD_TRACE_STARTUP_LOGS=0` or in the configure block:
via `DD_TRACE_STARTUP_LOGS=0` or in the `Datadog.configure` block:

```ruby
Datadog.configure { |c| c.diagnostics.startup_logs.enabled = false }
Expand Down
2 changes: 1 addition & 1 deletion docs/UpgradeGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end

## Change WebMock or VCR configuration

We work on adding new features to the test visibility product in Ruby (intelligent test runner, git metadata upload, code coverage support) that require new endpoints being allowlisted by WebMock/VCR tools when using agentless mode.
Test visibility features (such as intelligent test runner, git metadata upload, code coverage support) require some DataDog endpoints to be allowlisted by WebMock/VCR tools when using agentless mode.

For WebMock allow all requests that match datadoghq:

Expand Down

0 comments on commit 3fbaf5b

Please sign in to comment.