Skip to content

Ignore refetched requests for Sentry #360

Description

@Latios96

To reduce sentry performance quota, send refetched requests with a special Header. Create middleware that checks for this header and stops sampling if header is present

with configure_scope() as scope:
    if scope.transaction:
        scope.transaction.sampled = False

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions