Skip to content

Commit 707babf

Browse files
committed
fix jsdoc
1 parent 46fb889 commit 707babf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/node/src/integrations/tracing/graphql.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ interface GraphqlOptions {
3030
* If this is enabled, a http.server root span containing this span will automatically be renamed to include the operation name.
3131
* Set this to `false` if you do not want this behavior, and want to keep the default http.server span name.
3232
*
33-
* If there are multiple operations in a single http.server request, the first one will take precedence.
34-
*
3533
* Defaults to true.
3634
*/
3735
useOperationNameForRootSpan?: boolean;

0 commit comments

Comments
 (0)