@appsignal/apollo-server
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -15,3 +15,3 @@ "use strict"; | ||
// being defined, the default is used anyway | ||
rootSpan.setName(operationName); | ||
rootSpan.setName(operationName !== null && operationName !== void 0 ? operationName : `[unknown graphql query]`); | ||
}, | ||
@@ -18,0 +18,0 @@ executionDidStart: ({ request }) => { |
{ | ||
"name": "@appsignal/apollo-server", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"main": "dist/index", | ||
@@ -13,3 +13,3 @@ "types": "dist/index", | ||
"dependencies": { | ||
"@appsignal/nodejs": "=2.3.2", | ||
"@appsignal/nodejs": "=2.3.3", | ||
"apollo-server-plugin-base": "^0.10.3", | ||
@@ -16,0 +16,0 @@ "tslib": "^2.0.3" |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6685
0
Updated@appsignal/nodejs@=2.3.3