You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
php extension can accept env var DD_INTEGRATIONS_DISABLED to disable certain (unstable?) plugins. Seems that dd-trace-js doesn't have this feature (http for example seems to always intercept requests). Would be nice to have black list of disabled plugins
The text was updated successfully, but these errors were encountered:
Right now this can only be configured programmatically. I agree we should add an environment variable too since it would make it easier to disable plugins without any code change.
In the meantime, it would be possible to do something like this as a workaround:
php extension can accept env var
DD_INTEGRATIONS_DISABLED
to disable certain (unstable?) plugins. Seems that dd-trace-js doesn't have this feature (http for example seems to always intercept requests). Would be nice to have black list of disabled pluginsThe text was updated successfully, but these errors were encountered: