From 80d2b74e99c31a9ad46a84bcb21c8490b2935b45 Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 06:56:31 +0000 Subject: [PATCH] style(lint): Auto commit lint changes --- .../java/common/configuration/integrations/graphql.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/java/common/configuration/integrations/graphql.mdx b/src/platforms/java/common/configuration/integrations/graphql.mdx index 4a398e11ec415..45a4801c4cb67 100644 --- a/src/platforms/java/common/configuration/integrations/graphql.mdx +++ b/src/platforms/java/common/configuration/integrations/graphql.mdx @@ -136,7 +136,7 @@ val graphql = GraphQL.newGraphQL() .build() ``` -## Using with Netflix DGS +## Use with Netflix DGS [Netflix DGS](https://netflix.github.io/dgs) automatically detects and configures `Instrumentation` and `DataFetcherExceptionHandler` beans. To use the Sentry GraphQL integration, create `SentryGenericDataFetcherExceptionHandler` and `SentryInstrumentation` beans: