Package io.quarkus.logging.sentry
Class SentryHandlerValueFactory
- java.lang.Object
-
- io.quarkus.logging.sentry.SentryHandlerValueFactory
-
public class SentryHandlerValueFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description SentryHandlerValueFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeValue<Optional<Handler>>
create(SentryConfig config)
static io.sentry.SentryOptions
toSentryOptions(SentryConfig sentryConfig)
-
-
-
Method Detail
-
create
public RuntimeValue<Optional<Handler>> create(SentryConfig config)
-
toSentryOptions
public static io.sentry.SentryOptions toSentryOptions(SentryConfig sentryConfig)
-
-