getsentry / getsentry/sentry-python
Do not create transaction for Django "/" redirects
Aperta
Improvement
Integration: Django
Python
- Lingua principale
- Python
- Stelle
- 2.2k
- Fork
- 669
- Merge medio
- 1g 1h
- PR unite (30g)
- 213
Descrizione
### 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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.