-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing PathBase. #1198
Add missing PathBase. #1198
Conversation
…try/sentry-dotnet into fix/pathbase-not-captured
Codecov Report
@@ Coverage Diff @@
## main #1198 +/- ##
=======================================
Coverage 80.45% 80.45%
=======================================
Files 212 212
Lines 6908 6924 +16
Branches 1582 1587 +5
=======================================
+ Hits 5558 5571 +13
Misses 824 824
- Partials 526 529 +3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
test/Sentry.AspNetCore.Tests/Extensions/HttpContextExtensionsTests.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor nits from me, otherwise lgtm
test/Sentry.AspNetCore.Tests/Extensions/HttpContextExtensionsTests.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Josh DeGraw <18509575+josh-degraw@users.noreply.github.com>
Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
Refactor TryGetRouteTemplate and captured PathBase.
Close #1155.