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
If you want to disable default integrations you need to pass default_integrations=False. If you want to change settings on the integration, pass an explicit instance (which overwrites the implicit one)
Conncerning the documentation of the django integration (maybe others as well): https://docs.sentry.io/platforms/python/django/
The example to integrate django is
And in the behaviour description you say that
However, this is not true, since integrations is only set to DjangoIntegrations in the example.
Am I missing something?
The text was updated successfully, but these errors were encountered: