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.
-
Hello!
If I'm implementing the
SpanExporter
interface, 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 publicEventData
interface.Unfortunately, if an event represents a recorded exception, then it'll be delivered using the
AutoValue_ImmutableExceptionEventData
class, which is descendant of theExceptionEventData
interface, 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