-
Notifications
You must be signed in to change notification settings - Fork 550
feat(scope): Replace transaction
with root_span
#4263
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(scope): Replace transaction
with root_span
#4263
Conversation
0d2a99e
to
0c37864
Compare
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
View the full list of 1 ❄️ flaky tests
To view more test analytics, go to the Test Analytics Dashboard |
c31dfab
to
7f14b64
Compare
Currently, this property has type `Any`, but it can now be changed to `Optional[Span]` Depends on: - #4263
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.
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Currently, this property has type `Any`, but it can now be changed to `Optional[Span]` Depends on: - #4263
7f14b64
to
b30574a
Compare
Co-authored-by: Ivana Kellyer <[email protected]>
Currently, this property has type `Any`, but it can now be changed to `Optional[Span]` Depends on: - #4263
Closes #4235