-
Notifications
You must be signed in to change notification settings - Fork 298
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
[Instrumentation.AwsLambda] Rename Trace to TraceAsync where appropriate #608
[Instrumentation.AwsLambda] Rename Trace to TraceAsync where appropriate #608
Conversation
5dd1980
to
d684283
Compare
d684283
to
216ea99
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #608 +/- ##
=======================================
Coverage 76.70% 76.70%
=======================================
Files 170 170
Lines 5161 5161
=======================================
Hits 3959 3959
Misses 1202 1202
|
@@ -89,80 +89,80 @@ public class AWSLambdaWrapper | |||
} | |||
|
|||
/// <summary> | |||
/// Tracing wrapper for async Lambda handler. | |||
/// Tracing wrapper for Lambda handler. |
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.
Please look at the commits in the diff separately, I had to move a function around and that causes to the diffing algorithm to go off the rails apparently.
@rypdal Could you please review this PR? |
@rypdal Will probably not be available before Thursday. |
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.
Changes are looking good and can be merged.
Please update the branch with the latest changes in |
@utpilla I think I enabled maintainer access now. |
Forgot the changelog entry, will add it to the release PR #590. |
Sorry for another renaming proposal, but it seems really bad that we have methods that you cannot await and methods that you need to await with the same name. Also, the overload resolution between some of them could get tricky.
Note: The diff looks really strange here, please look at the two commits separately to see what's actually going on.