getsentry / getsentry/sentry-python

Do not create transaction for Django "/" redirects

Open
#2,673 1 comment 0 reactions 0 assignees View on GitHub
Improvement Integration: Django Python
Dominant language
Python
Stars
2.2k
Forks
669
Avg merge
1d 1h
Merged PRs (30d)
213

Description

### 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.