getsentry / getsentry/sentry-python

Do not create transaction for Django "/" redirects

未關閉
#2,673 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
Improvement Integration: Django Python
主要語言
Python
星號
2.2k
分支
669
平均合併
1 天 1 小時
30 天內合併 PR
213

描述

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

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。