@graphql-hive/plugin-opentelemetry 1.4.36 → 1.4.37-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @graphql-hive/plugin-opentelemetry
2
2
 
3
+ ## 1.4.37-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#2472](https://github.com/graphql-hive/gateway/pull/2472) [`afeb95d`](https://github.com/graphql-hive/gateway/commit/afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
9
+
10
+ - Updated dependency [`@graphql-tools/utils@11.2.1-rc-20260717092129-624f1b3f2a1bf4721edde659d2d0a914a68e20c8` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/11.2.1) (from `^11.0.0`, in `dependencies`)
11
+ - Updated dependencies [[`afeb95d`](https://github.com/graphql-hive/gateway/commit/afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea), [`afeb95d`](https://github.com/graphql-hive/gateway/commit/afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea)]:
12
+ - @graphql-hive/gateway-runtime@2.10.1-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea
13
+ - @graphql-mesh/transport-common@1.0.18-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea
14
+
3
15
  ## 1.4.36
4
16
  ### Patch Changes
5
17
 
package/dist/setup.cjs CHANGED
@@ -224,7 +224,7 @@ function getContextForRequest(attributes) {
224
224
  return circuitBreakerExporter.otelCtxForRequestId.get(attributes.requestId) ?? api.ROOT_CONTEXT;
225
225
  }
226
226
 
227
- globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.36';
227
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.37-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea';
228
228
  let initialized = false;
229
229
  function openTelemetrySetup(options) {
230
230
  const log = (options.log || new logger.Logger()).child("[OpenTelemetry] ");
package/dist/setup.js CHANGED
@@ -224,7 +224,7 @@ function getContextForRequest(attributes) {
224
224
  return otelCtxForRequestId.get(attributes.requestId) ?? ROOT_CONTEXT;
225
225
  }
226
226
 
227
- globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.36';
227
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.37-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea';
228
228
  let initialized = false;
229
229
  function openTelemetrySetup(options) {
230
230
  const log = (options.log || new Logger()).child("[OpenTelemetry] ");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/plugin-opentelemetry",
3
- "version": "1.4.36",
3
+ "version": "1.4.37-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -73,13 +73,13 @@
73
73
  },
74
74
  "dependencies": {
75
75
  "@graphql-hive/core": "^0.21.0",
76
- "@graphql-hive/gateway-runtime": "^2.10.0",
76
+ "@graphql-hive/gateway-runtime": "2.10.1-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea",
77
77
  "@graphql-hive/logger": "^1.1.1",
78
78
  "@graphql-mesh/cross-helpers": "^0.4.13",
79
- "@graphql-mesh/transport-common": "^1.0.17",
79
+ "@graphql-mesh/transport-common": "1.0.18-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea",
80
80
  "@graphql-mesh/types": "^0.104.27",
81
81
  "@graphql-mesh/utils": "^0.104.36",
82
- "@graphql-tools/utils": "^11.0.0",
82
+ "@graphql-tools/utils": "11.2.1-rc-20260717092129-624f1b3f2a1bf4721edde659d2d0a914a68e20c8",
83
83
  "@opentelemetry/api": "^1.9.1",
84
84
  "@opentelemetry/api-logs": "^0.219.0",
85
85
  "@opentelemetry/auto-instrumentations-node": "^0.77.0",