Skip to content

Commit

Permalink
Merge pull request #60 from DataDog/anmarchenko/fix_readme_tracing_ex…
Browse files Browse the repository at this point in the history
…ample

fix tracing instrumentation example in readme
  • Loading branch information
anmarchenko committed Oct 27, 2023
2 parents 9f6d671 + 47a7cc1 commit 9b704af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ In order to achieve this you can configure ddtrace instrumentations in your conf
```ruby
Datadog.configure do |c|
# ... ci configs and instrumentation here ...
c.instrument :redis
c.instrument :pg
c.tracing.instrument :redis
c.tracing.instrument :pg
end
```

Expand Down

0 comments on commit 9b704af

Please sign in to comment.