-
Notifications
You must be signed in to change notification settings - Fork 297
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
restore Activity.Current before all IIS LifeCycle events #761
Conversation
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #761 +/- ##
==========================================
+ Coverage 77.58% 77.59% +0.01%
==========================================
Files 176 176
Lines 5313 5312 -1
==========================================
Hits 4122 4122
+ Misses 1191 1190 -1
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
not stale |
src/OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule/TelemetryHttpModule.cs
Outdated
Show resolved
Hide resolved
@chris-smith-zocdoc Would you please add a note about the change in the project CHANGELOG? |
@CodeBlanch done |
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
src/OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule/CHANGELOG.md
Outdated
Show resolved
Hide resolved
@chris-smith-zocdoc Please update your branch with the latest changes from main branch. Maintainers do not have access to update your branch. |
b826f0c
to
775de77
Compare
@utpilla done |
@utpilla is it possible to cut a release which includes this change? |
@chris-smith-zocdoc Please follow the steps mentioned in the CONTRIBUTING doc to request a release: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/main/CONTRIBUTING.md#how-to-request-for-release-of-package |
Fixes open-telemetry/opentelemetry-dotnet#3286