sentry-python
sentry-python copied to clipboard
Make disabling individual integrations easier
Problem Statement
With the release of 2.0, most of our integrations are now auto enabling. Conversely, turning a specific integration off is now much more tedious (have to set auto_enabling_integrations=True
and enumerate all integrations that you want to keep).
Solution Brainstorm
There should be an easier way to turn off an extension without having to then turn all other integrations on manually.
We should add an optional config param that is essentially an ignore list of integrations to explicitly exclude. (See if any other SDKs have this for naming the option.)