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 ec3c86c commit 9caea11Copy full SHA for 9caea11
packages/node/src/integrations/tracing/graphql.ts
@@ -30,6 +30,8 @@ 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