-
Notifications
You must be signed in to change notification settings - Fork 557
Closed as not planned
Labels
BugIntegration: DjangoTriagedHas been looked at recently during old issue triageHas been looked at recently during old issue triage
Description
Problem Statement
When using pythons sentry_sdk
with Django and DjangoCMS using the default configuration for the DjangoIntegration
I get a transactions {slug},w/]+)/
.
This comes from the complex regex '^(?P<slug>[$\\-_.+!*(),\\w//]+)/$'
which comes from DjangoCMS urls.py constants.py.
I expect even a complex regex like the above to get cleaned to just /{slug}/
Solution Brainstorm
Improve the regex filter in
def _simplify(self, pattern): |
Maybe even add a spezial case for this complex regex from DjangoCMS.
Metadata
Metadata
Assignees
Labels
BugIntegration: DjangoTriagedHas been looked at recently during old issue triageHas been looked at recently during old issue triage