numerique-gouv / people

Teams management application
MIT License
13 stars 1 forks source link

🐛(sentry) fix duplicated sentry errors #479

Closed mjeammet closed 1 month ago

mjeammet commented 1 month ago

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...