Results 14 comments of Adrian

desperate-level-10-question: would it solve something adding the rack middleware: `Datadog::Contrib::Rack::TraceMiddleware` in the application bootstrap ? 🤔 cc @delner

hi @delner would that fix the first issue mentioned in this thread ? Thanks a lot for having a close look and providing help, thanks @zackse ! will keep this...

We have seen this configuration in the source code of `ddtrace` ``` # ActiveRecord integration constants # @public_api Changing resource names, tag names, or environment variables creates breaking changes. module...

hey @marcotc thanks for your help as always. i have found some ENV VARS that allow to disable specific tracing instrumentation without disabling `rails`. `DD_TRACE_ACTIVE_RECORD_ENABLED` disables this specific one, so...