Skip to content

Commit 1a54854

Browse files
authored
feat: Include FQDN in ASP.NET URL (#483)
1 parent 3d111b8 commit 1a54854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/Internal/Web/SystemWebRequestEventProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public SentryEvent Process(SentryEvent @event)
4141
}
4242

4343
@event.Request.Method = context.Request.HttpMethod;
44-
@event.Request.Url = context.Request.Path;
44+
@event.Request.Url = context.Request.RawUrl;
4545

4646
try
4747
{

0 commit comments

Comments
 (0)