Skip to content
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

fix: set score url to fully constructed url #367

Merged
merged 2 commits into from
Feb 24, 2020
Merged

fix: set score url to fully constructed url #367

merged 2 commits into from
Feb 24, 2020

Conversation

christopher-taormina-zocdoc
Copy link
Contributor

Previously the Url property on scope was only set as the path from the HttpContext. This is not the fully constructed url of the request and sending only the path here breaks some functionality in the Sentry UI.

This addresses #366.

@codecov-io
Copy link

Codecov Report

Merging #367 into master will decrease coverage by 0.31%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #367      +/-   ##
==========================================
- Coverage   93.33%   93.02%   -0.32%     
==========================================
  Files         117      107      -10     
  Lines        2806     2681     -125     
==========================================
- Hits         2619     2494     -125     
  Misses        187      187
Impacted Files Coverage Δ
src/Sentry.AspNetCore/ScopeExtensions.cs 94.11% <100%> (+0.36%) ⬆️
src/Sentry/Internal/AppDomainAdapter.cs 71.42% <0%> (-14.29%) ⬇️
...rc/Sentry/Extensibility/SentryStackTraceFactory.cs 94.93% <0%> (-3.8%) ⬇️
test/Sentry.Testing/FakeSentryServer.cs
test/Sentry.Testing/SentrySdkTestFixture.cs
test/Sentry.Testing/RequestHandler.cs
test/Sentry.Testing/HttpClientExtensions.cs
test/Sentry.Testing/FuncHandler.cs
test/Sentry.Testing/LastExceptionFilter.cs
test/Sentry.Testing/SentryResponses.cs
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4ba8aeb...ac50f76. Read the comment docs.

Copy link
Member

@bruno-garcia bruno-garcia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for raising and fixing this!

@bruno-garcia bruno-garcia merged commit 9e60117 into getsentry:master Feb 24, 2020
@christopher-taormina-zocdoc
Copy link
Contributor Author

No problem! When would we see a new release with this included?

@bruno-garcia
Copy link
Member

@christopher-taormina-zocdoc it's already indexed by nuget: version: 2.1.0

@christopher-taormina-zocdoc
Copy link
Contributor Author

@bruno-garcia Awesome thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants