I can't find any documentation on how to disable the tracer per environment. For example, I only want it to run in production.
production
Found that I need this in my initializer, outside the configure block:
Datadog.tracer.enabled = Rails.env.production?
Most helpful comment
Found that I need this in my initializer, outside the configure block: