Skip to content
Snippets Groups Projects
Commit 5313be86 authored by vlorentz's avatar vlorentz
Browse files

Include Sentry context tags even when capture_exceptions=False

When capture_exceptions=False, the indexer's caller reports the exception
to Sentry itself.

However, because tags were added by indexers within a scope internal
to the indexers; the scope was closed before returning to the caller,
so these tags were actually not sent to Sentry.
parent e29700bd
No related branches found
No related tags found
1 merge request!364Include Sentry context tags even when capture_exceptions=False
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment