Closed mjeammet closed 1 month ago
errors were sent to sentry twice, they should now appear only once
https://docs.sentry.io/platforms/python/integrations/django/#issue-reporting "Logs emitted by any logger will be recorded as breadcrumbs by the Logging integration (this integration is enabled by default)." https://docs.sentry.io/platforms/python/integrations/default-integrations/ " To disable all system integrations, set default_integrations=False when calling init()."
Description...
Purpose
errors were sent to sentry twice, they should now appear only once
https://docs.sentry.io/platforms/python/integrations/django/#issue-reporting "Logs emitted by any logger will be recorded as breadcrumbs by the Logging integration (this integration is enabled by default)." https://docs.sentry.io/platforms/python/integrations/default-integrations/ " To disable all system integrations, set default_integrations=False when calling init()."
Proposal
Description...