Skip to content

Commit

Permalink
opentelemetry: add semconv exception fields (#2135)
Browse files Browse the repository at this point in the history
When an error value is recorded, it should add the `exception.message` and
`exception.stacktrace` fields from the opentelemetry semantic conventions to the
span/event. Ideally the `exception.type` field would be provided also, but there
is currently not a mechanism to determine the type name of a trait object.
  • Loading branch information
lilymara-onesignal committed Jun 23, 2022
1 parent f7966bd commit b007591
Showing 1 changed file with 302 additions and 62 deletions.

0 comments on commit b007591

Please sign in to comment.