Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛(sentry) fix duplicated sentry errors #479

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

mjeammet
Copy link
Member

@mjeammet mjeammet commented Oct 22, 2024

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

  • [] item 1...
  • [] item 2...

@mjeammet mjeammet force-pushed the mpj/fix-sentry-errors-logged-twice branch from 3a644ee to 580c579 Compare October 22, 2024 15:27
errors were sent to sentry twice
@mjeammet mjeammet force-pushed the mpj/fix-sentry-errors-logged-twice branch from 580c579 to 715e2e2 Compare October 22, 2024 15:29
@mjeammet mjeammet linked an issue Oct 22, 2024 that may be closed by this pull request
@mjeammet mjeammet merged commit 30229e1 into main Oct 22, 2024
15 checks passed
@mjeammet mjeammet deleted the mpj/fix-sentry-errors-logged-twice branch October 22, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors logged twice
2 participants