Skip to content
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

[enrichments] Add exception based enrichment for span events #86

Closed
Tracked by #192336
lahsivjar opened this issue Aug 21, 2024 · 2 comments
Closed
Tracked by #192336

[enrichments] Add exception based enrichment for span events #86

lahsivjar opened this issue Aug 21, 2024 · 2 comments

Comments

@lahsivjar
Copy link
Contributor

lahsivjar commented Aug 21, 2024

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
@AlexanderWert
Copy link
Member

@lahsivjar FYI: added error.id to the above list!

@lahsivjar
Copy link
Contributor Author

This is done! Closing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants