HomeSoftware Heritage

Include Sentry context tags even when capture_exceptions=False

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

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.

Details

Provenance
vlorentzAuthored on Aug 8 2022, 3:40 PM
vlorentzPushed on Aug 8 2022, 5:15 PM
Differential Revision
D8216: Include Sentry context tags even when capture_exceptions=False
Build Status
Buildable 30698
Build 47999: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.