0.11.2
Critical update
In the previous 0.11.1 release the PR #322 removed the Monkey
module that was used as a main API to activate libraries and frameworks integrations, and it was entirely replaced with the new API that changes the way how libraries are instrumented.
This release introduces the Monkey
API again (#336) as a no-op interface, that prints a deprecation warning in your logs as:
Datadog::Monkey has been REMOVED as of version 0.11.1.
All calls to Datadog::Monkey are no-ops.
*Implementations using Monkey will no longer function*.
Upgrade to the new configuration API using the migration guide here:
https://github.com/DataDog/dd-trace-rb/releases/tag/v0.11.0
The no-op Monkey
API will be available for the next releases to avoid issues with partially migrated configurations. This is one of the last breaking changes before moving towards a stable 1.0 release.
Read the full changeset.