From 707babfbc2e4483e37540dff39ccc04c0d2d9bdb Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Tue, 6 Aug 2024 15:35:04 +0200 Subject: [PATCH] fix jsdoc --- packages/node/src/integrations/tracing/graphql.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/node/src/integrations/tracing/graphql.ts b/packages/node/src/integrations/tracing/graphql.ts index cdaf0e8c836a..914653ac745c 100644 --- a/packages/node/src/integrations/tracing/graphql.ts +++ b/packages/node/src/integrations/tracing/graphql.ts @@ -30,8 +30,6 @@ interface GraphqlOptions { * If this is enabled, a http.server root span containing this span will automatically be renamed to include the operation name. * Set this to `false` if you do not want this behavior, and want to keep the default http.server span name. * - * If there are multiple operations in a single http.server request, the first one will take precedence. - * * Defaults to true. */ useOperationNameForRootSpan?: boolean;