Skip to content

1.9.0

Compare
Choose a tag to compare
@anmarchenko anmarchenko released this 26 Nov 11:24
· 89 commits to main since this release
e15f77a

Highlights

Auto instrumentation is now supported!
If you prefer not to add Datadog.configure to your codebase, you can now either:

  • set RUBYOPT environment variable to "-rbundler/setup -rdatadog/ci/auto_instrument" in your CI job just before running tests
  • OR run your tests with bundle exec ddcirb exec prepended, for example: bundle exec ddcirb exec bundle exec rspec

Soon we'll update Datadog's integrations for GHA/Gitlab/CircleCI to support Ruby as well.

Added

  • Auto instrumentation (#259)

Read the full changeset and the release milestone.