@newrelic/apollo-server-plugin
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -476,2 +476,7 @@ /* | ||
function shouldIgnoreTransaction(operation, config, logger) { | ||
if (!operation) { | ||
logger.trace('`operation` is undefined. Skipping query type check.') | ||
return false | ||
} | ||
if (!config.captureIntrospectionQueries && isIntrospectionQuery(operation)) { | ||
@@ -478,0 +483,0 @@ logger.trace( |
{ | ||
"name": "@newrelic/apollo-server-plugin", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Apollo Server plugin that adds New Relic Node.js agent instrumentation.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49151
531