Skip to content

Fingerprints are not working with logging #383

Description

@xuhcc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions