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

N'envoie pas à Sentry les KeyboardInterrupt #6678

Merged

Conversation

philippemilink
Copy link
Member

Quand on lance une commande manage.py et qu'on l'interrompt avec Ctrl+C, cela génère une exception KeyboardInterrupt qui est envoyée à Sentry, puisque c'est une exception non rattrapée par notre code. Cependant, ça n'a pas vraiment de sens d'enregistrer ça dans Sentry, puisque c'est forcément un être humain qui a provoqué consciemment et volontairement la KeyboardInterrupt. Autrement dit : ce n'est pas un vrai problème et l'utilisateur a connaissance immédiatement de l'exception ; bref, ça n'a rien à faire dans Sentry :)

Contrôle qualité

J'ai testé sur la bêta, ça fonctionne les KeyboardInterrupt ne sont plus envoyées à Sentry.

J'ai suivi cette documentation.

@coveralls
Copy link

coveralls commented Oct 30, 2024

Coverage Status

coverage: 89.205%. remained the same
when pulling e75d86b on philippemilink:sentry-no-log-keyboardinterrupt
into f183502 on zestedesavoir:dev.

zds/settings/prod.py Outdated Show resolved Hide resolved
@Situphen Situphen enabled auto-merge (squash) October 30, 2024 23:47
@Situphen Situphen merged commit aaeb44d into zestedesavoir:dev Oct 30, 2024
11 checks passed
@philippemilink philippemilink deleted the sentry-no-log-keyboardinterrupt branch October 31, 2024 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Fusionnée
Development

Successfully merging this pull request may close these issues.

3 participants