Skip to content

Commit

Permalink
Merge pull request #363 from newrelic/support/graphql-enable
Browse files Browse the repository at this point in the history
Enable the GraphQL Instrumentation Support by default
  • Loading branch information
IshikaDawda authored Dec 12, 2024
2 parents 59d1912 + 765d344 commit 244b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation-security/graphql-java-16.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
}

jar {
manifest { attributes 'Implementation-Title': 'com.newrelic.instrumentation.security.graphql-java-16.2', 'Enabled': 'false' }
manifest { attributes 'Implementation-Title': 'com.newrelic.instrumentation.security.graphql-java-16.2' }
}

verifyInstrumentation {
Expand Down

0 comments on commit 244b214

Please sign in to comment.