Skip to content

Commit

Permalink
fix(instrumentation-graphql): limit support to >=14 <17 (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Mar 6, 2024
1 parent a379758 commit ff40cc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const DEFAULT_CONFIG: GraphQLInstrumentationConfig = {
ignoreResolveSpans: false,
};

const supportedVersions = ['>=14'];
const supportedVersions = ['>=14 <17'];

export class GraphQLInstrumentation extends InstrumentationBase {
constructor(
Expand Down

0 comments on commit ff40cc8

Please sign in to comment.