Skip to content

Commit

Permalink
feat(sentry): Enable stack trace attachment for logs
Browse files Browse the repository at this point in the history
- Added the `attach_stacktrace` setting in Sentry configuration to include stack traces in logged errors.
  • Loading branch information
elisa-a-v committed Nov 18, 2024
1 parent 15c91bf commit cf1ce0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cl/settings/third_party/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ def fingerprint_sentry_error(event: dict, hint: dict) -> dict:
],
ignore_errors=[KeyboardInterrupt],
before_send=fingerprint_sentry_error,
attach_stacktrace=True,
)

0 comments on commit cf1ce0d

Please sign in to comment.