Skip to content

Commit 0efdaff

Browse files
s1gr1dcoolguyzone
andauthored
Update docs/platforms/javascript/common/configuration/integrations/graphql.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 8d4208a commit 0efdaff

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/configuration/integrations

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/configuration/integrations/graphql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ _Type: `boolean`_
6767
By default, this option is `true`.
6868

6969
With this setting enabled, the GraphQL instrumentation dynamically updates the name of the `http.server` root span by appending
70-
the operation names. Instead of generic span names like `POST /graphql`, spans will be more descriptive, such as `POST /graphql (query MyQuery)`.
70+
the operation names. Instead of generic span names like `POST /graphql`, span names will be more descriptive, such as `POST /graphql (query MyQuery)`.
7171
For requests containing multiple operations, the span names will aggregate operation names, for example `POST /graphql (query Query1, query Query2)`
7272

7373
Set the option to `false` to preserve the default `http.server` span name without this additional context.

0 commit comments

Comments
 (0)