We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fb889 commit 707babfCopy full SHA for 707babf
packages/node/src/integrations/tracing/graphql.ts
@@ -30,8 +30,6 @@ interface GraphqlOptions {
30
* If this is enabled, a http.server root span containing this span will automatically be renamed to include the operation name.
31
* Set this to `false` if you do not want this behavior, and want to keep the default http.server span name.
32
*
33
- * If there are multiple operations in a single http.server request, the first one will take precedence.
34
- *
35
* Defaults to true.
36
*/
37
useOperationNameForRootSpan?: boolean;
0 commit comments