Skip to content

Commit 9caea11

Browse files
committed
doc fix
1 parent ec3c86c commit 9caea11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ 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+
*
3335
* Defaults to true.
3436
*/
3537
useOperationNameForRootSpan?: boolean;

0 commit comments

Comments
 (0)