8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
With raven it was possible to group events using the fingerprint extra parameter:
logger.warning( 'connection failed', exc_info=error, extra={'fingerprint': ['my-connection-error']}, )
After migration from raven-python to sentry-sdk such events are no longer grouped by sentry.