Class OpenTelemetryLinkErrorEventProcessor

java.lang.Object
io.sentry.opentelemetry.OpenTelemetryLinkErrorEventProcessor
All Implemented Interfaces:
EventProcessor

public final class OpenTelemetryLinkErrorEventProcessor extends Object implements EventProcessor
  • Constructor Details

    • OpenTelemetryLinkErrorEventProcessor

      public OpenTelemetryLinkErrorEventProcessor()
  • Method Details

    • process

      @Nullable public @Nullable SentryEvent process(@NotNull @NotNull SentryEvent event, @NotNull @NotNull Hint hint)
      Description copied from interface: EventProcessor
      May mutate or drop a SentryEvent
      Specified by:
      process in interface EventProcessor
      Parameters:
      event - the SentryEvent
      hint - the Hint
      Returns:
      the event itself, a mutated SentryEvent or null