-
Notifications
You must be signed in to change notification settings - Fork 324
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
wip: added deactivate for Span in public api #1223
Conversation
❕ Build Aborted
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
I'm not convinced we should have that API. Wrong Scope management is one of the most common sources of error when doing manual instrumentation. The safest thing is to always use activations in combination with try-with-resources. |
Yes, indeed, then I close pr? |
Yes, let's to that for now. I'll raise my concerns in the issue (should have done that earlier). Thanks anyways 🙂 |
closes #780
[ ] tests
[ ] docs