We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Span events should be enriched with the following attributes:
error.id
error.exception.message
error.exception.stacktrace
error.exception.cause
error.exception.handled
error.grouping_key
Also, add the following as enrichments for error events:
transaction.type
transaction.sampled
The text was updated successfully, but these errors were encountered:
@lahsivjar FYI: added error.id to the above list!
Sorry, something went wrong.
This is done! Closing!
No branches or pull requests
Span events should be enriched with the following attributes:
error.id
(unique number for the given error instance)error.exception.message
error.exception.stacktrace
error.exception.cause
error.exception.handled
error.grouping_key
Also, add the following as enrichments for error events:
transaction.type
transaction.sampled
The text was updated successfully, but these errors were encountered: