getsentry / getsentry/sentry-python

Do not create transaction for Django "/" redirects

Aberta
#2,673 1 comentário 0 reações 0 responsáveis Ver no GitHub
Improvement Integration: Django Python
Linguagem predominante
Python
Estrelas
2.2k
Forks
669
Merge médio
1d 1h
PRs com merge (30d)
213

Descrição

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

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.