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 9f5ebb9 commit 3c0c7cfCopy full SHA for 3c0c7cf
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.RawUrl;
+ @event.Request.Url = context.Request.Url.AbsoluteUri;
45
46
try
47
{
0 commit comments