Package io.sentry.spring7.graphql
Class SentryGraphql22Configuration
java.lang.Object
io.sentry.spring7.graphql.SentryGraphql22Configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.sentry.graphql22.SentryInstrumentationsentryInstrumentationWebflux(@NotNull ObjectProvider<io.sentry.graphql.SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback) io.sentry.graphql22.SentryInstrumentationsentryInstrumentationWebMvc(@NotNull ObjectProvider<io.sentry.graphql.SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback)
-
Constructor Details
-
SentryGraphql22Configuration
public SentryGraphql22Configuration()
-
-
Method Details
-
sentryInstrumentationWebMvc
@Bean(name="sentryInstrumentation") @ConditionalOnMissingBean(name="sentryInstrumentation") @ConditionalOnWebApplication(type=SERVLET) public io.sentry.graphql22.SentryInstrumentation sentryInstrumentationWebMvc(@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 ObjectProvider<io.sentry.graphql.SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback) -
exceptionResolverAdapter
@Bean @Order(-2147483648) public SentryDataFetcherExceptionResolverAdapter exceptionResolverAdapter() -
graphqlBeanPostProcessor
-