We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a3ad1 commit 37105d9Copy full SHA for 37105d9
sentry_sdk/integrations/django/__init__.py
@@ -330,7 +330,7 @@ def _before_get_response(request):
330
resolve(request.path).func
331
)
332
elif integration.transaction_style == "url":
333
- scope.transaction = LEGACY_RESOLVER.resolve(request.path)
+ scope.transaction = LEGACY_RESOLVER.resolve(request.path_info)
334
except Exception:
335
pass
336
0 commit comments