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 a79d6fb commit d4cb530Copy full SHA for d4cb530
packages/node/src/integrations/tracing/graphql.ts
@@ -19,7 +19,7 @@ interface GraphqlOptions {
19
* If the property is not a function, it's not very interesting to trace.
20
* This option can reduce noise and number of spans created.
21
*/
22
- ignoreTrivalResolveSpans?: boolean;
+ ignoreTrivialResolveSpans?: boolean;
23
24
/**
25
* By default, an incoming GraphQL request will have a http.server root span,
0 commit comments