8000 Fingerprints are not working with logging · Issue #383 · getsentry/sentry-python · GitHub
[go: up one dir, main page]

Skip to content
Fingerprints are not working with logging #383
Closed
@xuhcc

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0