Skip to content

Commit

Permalink
add require datadog/auto_instrument to upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Apr 29, 2024
1 parent 2bea9f7 commit 4746426
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/UpgradeGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,15 @@ VCR.configure do |config|
end
end
```

## Upgrade tracing auto instrumentation

If you use auto instrumenation feature from tracing you need to change the require:

```ruby
# === Before ===
require 'ddtrace/auto_instrument'

# === After ===
require 'datadog/auto_instrument'
```

0 comments on commit 4746426

Please sign in to comment.