diff --git a/cl/settings/third_party/sentry.py b/cl/settings/third_party/sentry.py index bc0c4f107a..41962779e5 100644 --- a/cl/settings/third_party/sentry.py +++ b/cl/settings/third_party/sentry.py @@ -52,4 +52,5 @@ def fingerprint_sentry_error(event: dict, hint: dict) -> dict: ], ignore_errors=[KeyboardInterrupt], before_send=fingerprint_sentry_error, + attach_stacktrace=True, )