Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(active-job): Prefix ::ActiveSupport when installing the instrumen…
…tation (#1120) fix(active-job) Prefix ::ActiveSupport when installing the instrumentation Otherwise, `ActiveSupport` ends up resolving to `OpenTelemetry::Instrumentation::ActiveSupport`. `OpenTelemetry::Instrumentation::Registry#install_instrumentation` rescues the exception, so the prepend ends up being (somewhat) silently dropped.
- Loading branch information