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 3d111b8 commit 1a54854Copy full SHA for 1a54854
src/Sentry/Internal/Web/SystemWebRequestEventProcessor.cs
@@ -41,7 +41,7 @@ public SentryEvent Process(SentryEvent @event)
41
}
42
43
@event.Request.Method = context.Request.HttpMethod;
44
- @event.Request.Url = context.Request.Path;
+ @event.Request.Url = context.Request.RawUrl;
45
46
try
47
{
0 commit comments