Skip to content

Commit

Permalink
fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Aug 6, 2024
1 parent 46fb889 commit 707babf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/node/src/integrations/tracing/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ interface GraphqlOptions {
* If this is enabled, a http.server root span containing this span will automatically be renamed to include the operation name.
* Set this to `false` if you do not want this behavior, and want to keep the default http.server span name.
*
* If there are multiple operations in a single http.server request, the first one will take precedence.
*
* Defaults to true.
*/
useOperationNameForRootSpan?: boolean;
Expand Down

0 comments on commit 707babf

Please sign in to comment.