-
Notifications
You must be signed in to change notification settings - Fork 851
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 NoopTracer with no parent #1605
Conversation
|
I signed the CLA. |
Codecov Report
@@ Coverage Diff @@
## master #1605 +/- ##
=======================================
Coverage 91.18% 91.18%
=======================================
Files 164 164
Lines 5024 5025 +1
Branches 1026 1027 +1
=======================================
+ Hits 4581 4582 +1
Misses 443 443
|
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.
could you add a test so we doesnt introduce a regression in the future ?
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.
I agree a test for this would be welcome
@pauldraper can you please add the test as @vmarchaud suggested? |
This seems to be outdated as the SpanOption |
|
Yes, but it will be never |
@Flarna is right closing |
* chore: fix issue with nyc crashing * chore: revert hoist change, make @babel/core nohoist * chore: update @babel/core to test Garbage Collector issue * chore: bump typescripts to 4.4.4 in some package * Revert "chore: bump typescripts to 4.4.4 in some package" This reverts commit 5bf1bfbe433bf614787c0ccca79a40aa644c86b3. * Revert "Revert "chore: bump typescripts to 4.4.4 in some package"" This reverts commit 2877b7e500b629216a66f4b9300e82e3d452ab4f. * Fix cancelled issue --------- Co-authored-by: Haddas Bronfman <85441461+haddasbronfman@users.noreply.github.com>
Which problem is this PR solving?
#1603
Short description of the changes
Check for null parent