-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat: Remove extension hello check as it's redundant #516
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #516 +/- ##
==========================================
- Coverage 82.09% 81.95% -0.14%
==========================================
Files 54 54
Lines 2212 2206 -6
Branches 513 512 -1
==========================================
- Hits 1816 1808 -8
- Misses 332 334 +2
Partials 64 64 ☔ View full report in Codecov by Sentry. |
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
So. I know the extension specifically uses the call to |
We do, but the library never calls We can see with this build, there are no duplicate spans. And we have made this change in Python already. |
Ah, yes I see now. Thanks for the explanation. We can probably just go ahead and delete that code from the extension then yeah? |
What does this PR do?
Checking the file presence is enough, start order is enforced by the lambda runtime.
Motivation
Testing Guidelines
Additional Notes
Types of Changes
Check all that apply