Class OpenTelemetryLinkErrorEventProcessor

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

@Deprecated public final class OpenTelemetryLinkErrorEventProcessor extends Object implements EventProcessor
Deprecated.
this is no longer needed for the latest version of our OpenTelemetry integration.
  • Constructor Details

    • OpenTelemetryLinkErrorEventProcessor

      public OpenTelemetryLinkErrorEventProcessor()
      Deprecated.
  • Method Details

    • process

      @Nullable public @Nullable SentryEvent process(@NotNull @NotNull SentryEvent event, @NotNull @NotNull Hint hint)
      Deprecated.
      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
    • getOrder

      @Nullable public @Nullable Long getOrder()
      Deprecated.
      Description copied from interface: EventProcessor
      Controls when this EventProcessor is invoked.
      Specified by:
      getOrder in interface EventProcessor
      Returns:
      order higher number = later, lower number = earlier (negative values may also be passed), null = latest (note: multiple event processors using null may lead to random ordering)