Class SentryGraphql22AutoConfiguration
java.lang.Object
io.sentry.spring.boot.jakarta.graphql.SentryGraphql22AutoConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsentryInstrumentationWebflux
(@NotNull SentryProperties sentryProperties, @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback) sentryInstrumentationWebMvc
(@NotNull SentryProperties sentryProperties, @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback)
-
Constructor Details
-
SentryGraphql22AutoConfiguration
public SentryGraphql22AutoConfiguration()
-
-
Method Details
-
sentryInstrumentationWebMvc
@Bean(name="sentryInstrumentation") @ConditionalOnMissingBean(name="sentryInstrumentation") @ConditionalOnWebApplication(type=SERVLET) public SentryInstrumentation sentryInstrumentationWebMvc(@NotNull @NotNull SentryProperties sentryProperties, @NotNull @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback) -
sentryInstrumentationWebflux
@Bean(name="sentryInstrumentation") @ConditionalOnMissingBean(name="sentryInstrumentation") @ConditionalOnWebApplication(type=REACTIVE) public SentryInstrumentation sentryInstrumentationWebflux(@NotNull @NotNull SentryProperties sentryProperties, @NotNull @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback) -
exceptionResolverAdapter
@Bean @Order(-2147483648) public SentryDataFetcherExceptionResolverAdapter exceptionResolverAdapter() -
graphqlBeanPostProcessor
-