Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-graphql

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-graphql - npm Package Compare versions

Comparing version 0.38.1 to 0.39.0

2

build/src/utils.js

@@ -267,3 +267,3 @@ "use strict";

const config = getConfig();
// follows what graphql is doing to decied if this is a trivial resolver
// follows what graphql is doing to decide if this is a trivial resolver
// for which we don't need to create a resolve span

@@ -270,0 +270,0 @@ if (config.ignoreTrivialResolveSpans &&

@@ -1,2 +0,2 @@

export declare const VERSION = "0.38.1";
export declare const VERSION = "0.39.0";
//# sourceMappingURL=version.d.ts.map

@@ -20,3 +20,3 @@ "use strict";

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.38.1';
exports.VERSION = '0.39.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-graphql",
"version": "0.38.1",
"version": "0.39.0",
"description": "OpenTelemetry @opentelemetry/instrumentation-graphql automatic instrumentation package.",

@@ -61,6 +61,6 @@ "main": "build/src/index.js",

"dependencies": {
"@opentelemetry/instrumentation": "^0.49.1"
"@opentelemetry/instrumentation": "^0.50.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-graphql#readme",
"gitHead": "9d19ca4103bc72bd42e28979fee19bd08d85b721"
"gitHead": "17a0bc1da3baa472ba9b867eee3c60730cc130fb"
}

@@ -72,3 +72,3 @@ # OpenTelemetry Instrumentation GraphQL

They are all disabled by default. User can opt in to any combination of them to contol the amount of spans.
They are all disabled by default. User can opt in to any combination of them to control the amount of spans.

@@ -75,0 +75,0 @@ ### ignoreTrivialResolveSpans

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc