Describe the bug
Disabling plugins using DD_INTEGRATIONS_DISABLED env var is not working.
setting integrationsDisabled on init() also does not work.
Environment
The correct environment variable for this is DD_TRACE_DISABLED_PLUGINS. You can find the complete list of options in the API docs.
It's also possible to disable a plugin programmatically using tracer.use('plugin-name', false).
Please let me know if that works!
Most helpful comment
The correct environment variable for this is
DD_TRACE_DISABLED_PLUGINS. You can find the complete list of options in the API docs.It's also possible to disable a plugin programmatically using
tracer.use('plugin-name', false).Please let me know if that works!