-
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
[OpenTelemetry.Instrumentation.AWSLambda] Do not crash on empty LambdaContext #2457
[OpenTelemetry.Instrumentation.AWSLambda] Do not crash on empty LambdaContext #2457
Conversation
ab4e681
to
bf7baf2
Compare
bf7baf2
to
eeb9ec2
Compare
Consider adding CHANGELOG entry. |
@Kielek |
@Dreamescaper - thank you for contributing the fix! |
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.
Approving and merging based on @ppittle comment.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2457 +/- ##
==========================================
- Coverage 73.91% 0 -73.92%
==========================================
Files 267 0 -267
Lines 9615 0 -9615
==========================================
- Hits 7107 0 -7107
+ Misses 2508 0 -2508 |
Fixes #2445
Changes
Handle the case is InvokedFunctionArn is null in LambdaContext.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes