Package io.sentry.opentelemetry
Class OpenTelemetryLinkErrorEventProcessor
java.lang.Object
io.sentry.opentelemetry.OpenTelemetryLinkErrorEventProcessor
- All Implemented Interfaces:
io.sentry.EventProcessor
public final class OpenTelemetryLinkErrorEventProcessor
extends Object
implements io.sentry.EventProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable io.sentry.SentryEventprocess(@NotNull io.sentry.SentryEvent event, @NotNull io.sentry.Hint hint) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.sentry.EventProcessor
process
-
Constructor Details
-
OpenTelemetryLinkErrorEventProcessor
public OpenTelemetryLinkErrorEventProcessor()
-
-
Method Details
-
process
@Nullable public @Nullable io.sentry.SentryEvent process(@NotNull @NotNull io.sentry.SentryEvent event, @NotNull @NotNull io.sentry.Hint hint) - Specified by:
processin interfaceio.sentry.EventProcessor
-