@newrelic/apollo-server-plugin
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -224,3 +224,3 @@ /* | ||
setTransactionName(instrumentationApi.agent, transactionName) | ||
setTransactionName(operationSegment.transaction, transactionName) | ||
@@ -312,5 +312,3 @@ operationSegment.name = `${OPERATION_PREFIX}/${segmentName}` | ||
function setTransactionName(agent, transactionName) { | ||
const transaction = agent.tracer.getTransaction() | ||
function setTransactionName(transaction, transactionName) { | ||
const nameState = transaction.nameState | ||
@@ -317,0 +315,0 @@ if (!nameState.graphql) { |
{ | ||
"name": "@newrelic/apollo-server-plugin", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Apollo Server plugin that adds New Relic Node.js agent instrumentation.", | ||
@@ -5,0 +5,0 @@ "main": "/src/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
39729
7
385