Class SentryGraphqlAutoConfiguration
java.lang.Object
io.sentry.spring.boot.jakarta.graphql.SentryGraphqlAutoConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.sentry.spring.jakarta.graphql.SentryDataFetcherExceptionResolverAdapter
static io.sentry.spring.jakarta.graphql.SentryGraphqlBeanPostProcessor
io.sentry.graphql.SentryInstrumentation
sentryInstrumentationWebflux
(@NotNull SentryProperties sentryProperties, @NotNull org.springframework.beans.factory.ObjectProvider<io.sentry.graphql.SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback) io.sentry.graphql.SentryInstrumentation
sentryInstrumentationWebMvc
(@NotNull SentryProperties sentryProperties, @NotNull org.springframework.beans.factory.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 org.springframework.beans.factory.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 org.springframework.beans.factory.ObjectProvider<io.sentry.graphql.SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback) -
exceptionResolverAdapter
@Bean @Order(-2147483648) public io.sentry.spring.jakarta.graphql.SentryDataFetcherExceptionResolverAdapter exceptionResolverAdapter() -
graphqlBeanPostProcessor
@Bean public static io.sentry.spring.jakarta.graphql.SentryGraphqlBeanPostProcessor graphqlBeanPostProcessor()
-