Skip to content

Commit

Permalink
feat: include translation_finder as in application in sentry trackeback
Browse files Browse the repository at this point in the history
Hopefully this will work as expected at some point, see
getsentry/sentry-python#3682
  • Loading branch information
nijel committed Nov 8, 2024
1 parent a888c74 commit e943a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weblate/utils/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def init_sentry() -> None:
"weblate_fedora_messaging",
"weblate_language_data",
"translate",
"translation_finder",
],
attach_stacktrace=True,
_experiments={"max_spans": 2000},
Expand Down

0 comments on commit e943a31

Please sign in to comment.