Package io.sentry.spring.boot4.graphql
Class SentryGraphql22AutoConfiguration
java.lang.Object
io.sentry.spring.boot4.graphql.SentryGraphql22AutoConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.sentry.spring7.graphql.SentryDataFetcherExceptionResolverAdapterstatic io.sentry.spring7.graphql.SentryGraphqlBeanPostProcessorio.sentry.graphql22.SentryInstrumentationsentryInstrumentationWebflux(@NotNull SentryProperties sentryProperties, @NotNull ObjectProvider<io.sentry.graphql.SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback) io.sentry.graphql22.SentryInstrumentationsentryInstrumentationWebMvc(@NotNull SentryProperties sentryProperties, @NotNull ObjectProvider<io.sentry.graphql.SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback)
-
Constructor Details
-
SentryGraphql22AutoConfiguration
public SentryGraphql22AutoConfiguration()
-
-
Method Details
-
sentryInstrumentationWebMvc
@Bean(name="sentryInstrumentation") @ConditionalOnMissingBean(name="sentryInstrumentation") @ConditionalOnWebApplication(type=SERVLET) public io.sentry.graphql22.SentryInstrumentation sentryInstrumentationWebMvc(@NotNull @NotNull SentryProperties sentryProperties, @NotNull @NotNull ObjectProvider<io.sentry.graphql.SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback) -
sentryInstrumentationWebflux
@Bean(name="sentryInstrumentation") @ConditionalOnMissingBean(name="sentryInstrumentation") @ConditionalOnWebApplication(type=REACTIVE) public io.sentry.graphql22.SentryInstrumentation sentryInstrumentationWebflux(@NotNull @NotNull SentryProperties sentryProperties, @NotNull @NotNull ObjectProvider<io.sentry.graphql.SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback) -
exceptionResolverAdapter
-
graphqlBeanPostProcessor
@Bean public static io.sentry.spring7.graphql.SentryGraphqlBeanPostProcessor graphqlBeanPostProcessor()
-