getsentry / getsentry/sentry-python

Do not create transaction for Django "/" redirects

Abierto
#2,673 1 comentario 0 reacciones 0 asignados Ver en GitHub
Improvement Integration: Django Python
Lenguaje dominante
Python
Estrellas
2.2k
Forks
669
Merge medio
1 d 1 h
PR fusionados (30 d)
213

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.