-
Notifications
You must be signed in to change notification settings - Fork 554
Labels
Description
How do you use Sentry?
Self-hosted/on-premise
Version
1.32.0
Steps to Reproduce
- Upgrade to 1.32.0
- Access URL with
"translate/<object_path:path>/"
path
The urls.py:
Pattern definition:
Most likely this is caused by #2432
Expected Result
The event would be captured as /translate/{path}/
as it was before.
Actual Result
Instead, it is captured as /projects/{path}{0,6})/
what is IMHO wrong as there is no repetition of the path argument, the repetition is embedded in it (also, there is extra closing parenthesis).
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status