Skip to content

Do not create transaction for Django "/" redirects #2673

Open
@antonpirker

Description

@antonpirker

Problem Statement

Django does redirects from URLs with a trailing "/" to an url containing the "/" (or vice verce, depending on your config) In those cases our Integration does not know the route and creates a transaction with the raw URL. This creates a lot of cardinality.

Solution Brainstorm

Do not create transaction for those framework redirects, because there is not much happening in them and they just create noise.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions