-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update Error Handling #791
Conversation
Add test handler
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.
Someday, someone will come along and ask why it's not possible to have per-SDK error callbacks. I propose we wait for that to happen. This is great.
I was thinking the same thing myself, also that I don't think it's possible to change the global handler once one is set. But, I can't point to a use case for that and it's definitely something that can be changed if needed down the road. |
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
global.Handle
function.SetName
when span is uninitialized.Closes #174