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 a379758 commit ff40cc8Copy full SHA for ff40cc8
plugins/node/opentelemetry-instrumentation-graphql/src/instrumentation.ts
@@ -62,7 +62,7 @@ const DEFAULT_CONFIG: GraphQLInstrumentationConfig = {
62
ignoreResolveSpans: false,
63
};
64
65
-const supportedVersions = ['>=14'];
+const supportedVersions = ['>=14 <17'];
66
67
export class GraphQLInstrumentation extends InstrumentationBase {
68
constructor(
0 commit comments