Replies: 3 comments 3 replies
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
The JavaDoc says otherwise:
|
Beta Was this translation helpful? Give feedback.
-
|
I suppose there's more than one definition of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
If I'm implementing the
SpanExporterinterface, then I'm going to be inspecting spans and the events within those spans. It's possible to access the contents of events via the publicEventDatainterface.Unfortunately, if an event represents a recorded exception, then it'll be delivered using the
AutoValue_ImmutableExceptionEventDataclass, which is descendant of theExceptionEventDatainterface, which isn't public. There doesn't appear to be any other way to get at the exception data via a public API.Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions