getsentry / getsentry/sentry-python
Do not create transaction for Django "/" redirects
オープン
Improvement
Integration: Django
Python
- 主要言語
- Python
- スター
- 2.2k
- フォーク
- 669
- 平均マージ
- 1日 1時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。