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