Class SentryHandlerValueFactory

java.lang.Object
io.quarkus.logging.sentry.SentryHandlerValueFactory

public class SentryHandlerValueFactory extends Object
  • Constructor Details

    • SentryHandlerValueFactory

      public SentryHandlerValueFactory(io.quarkus.runtime.RuntimeValue<SentryConfig> sentryConfig)
  • Method Details

    • create

      public io.quarkus.runtime.RuntimeValue<Optional<Handler>> create()
    • toSentryOptions

      public static io.sentry.SentryOptions toSentryOptions(SentryConfig sentryConfig)