How do you use Sentry?
Self-hosted/on-premise
Version
self-hosted-23.11.2
Steps to Reproduce
- Django setup with
SCRIPT_NAME=/foo/bar under domain example.net
- Full url
https://example.net/foo/bar/
- Triggern an error in a view
https://example.net/foo/bar/my-view/
- URL in Sentry UI is just
https://example.net/my-view/, missing the SCRIPT_NAME
Expected Result
URL should respect SCRIPT_NAME and the link in the UI should be https://example.net/foo/bar/my-view/
Actual Result
URL in Sentry UI is just https://example.net/my-view/
How do you use Sentry?
Self-hosted/on-premise
Version
self-hosted-23.11.2
Steps to Reproduce
SCRIPT_NAME=/foo/barunder domainexample.nethttps://example.net/foo/bar/https://example.net/foo/bar/my-view/https://example.net/my-view/, missing theSCRIPT_NAMEExpected Result
URL should respect SCRIPT_NAME and the link in the UI should be
https://example.net/foo/bar/my-view/Actual Result
URL in Sentry UI is just
https://example.net/my-view/