Skip to content

Commit d4cb530

Browse files
committed
fix typo
See #12097 (comment)
1 parent a79d6fb commit d4cb530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface GraphqlOptions {
1919
* If the property is not a function, it's not very interesting to trace.
2020
* This option can reduce noise and number of spans created.
2121
*/
22-
ignoreTrivalResolveSpans?: boolean;
22+
ignoreTrivialResolveSpans?: boolean;
2323

2424
/**
2525
* By default, an incoming GraphQL request will have a http.server root span,

0 commit comments

Comments
 (0)