-
Notifications
You must be signed in to change notification settings - Fork 535
chore: Deprecate same_process_as_parent
#4244
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
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #4244 +/- ##
==========================================
+ Coverage 79.50% 79.57% +0.06%
==========================================
Files 142 142
Lines 15898 15900 +2
Branches 2721 2722 +1
==========================================
+ Hits 12640 12652 +12
+ Misses 2391 2382 -9
+ Partials 867 866 -1
|
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.
nice!
3350777
to
c0631a3
Compare
sampled
, same_process_as_parent
same_process_as_parent
Note: removed the |
This reverts commit e05ed0a.
@@ -323,6 +323,13 @@ def __init__( | |||
|
|||
self.scope = self.scope or hub.scope | |||
|
|||
if same_process_as_parent is not None: |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Preparing to remove this in #4201