@graphql-hive/plugin-opentelemetry 1.3.0-alpha-59307ccb5034b0b2116c4faa27174921b267c388 → 1.3.0-alpha-49f60cd2c09d576de2334845d96921284b7f50e7

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,6 +1,6 @@
1
1
  # @graphql-hive/plugin-opentelemetry
2
2
 
3
- ## 1.3.0-alpha-59307ccb5034b0b2116c4faa27174921b267c388
3
+ ## 1.3.0-alpha-49f60cd2c09d576de2334845d96921284b7f50e7
4
4
  ### Minor Changes
5
5
 
6
6
 
@@ -31,7 +31,7 @@
31
31
 
32
32
  - Added dependency [`@graphql-tools/executor@^1.4.9` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor/v/1.4.9) (to `dependencies`)
33
33
  - Updated dependencies [[`4602329`](https://github.com/graphql-hive/gateway/commit/4602329266206712c332a73faac50404df1edbdd), [`01fd715`](https://github.com/graphql-hive/gateway/commit/01fd7156d6a40f5d855cfa6ba0b78d9bf54564c0)]:
34
- - @graphql-hive/gateway-runtime@2.5.0-alpha-59307ccb5034b0b2116c4faa27174921b267c388
34
+ - @graphql-hive/gateway-runtime@2.5.0-alpha-49f60cd2c09d576de2334845d96921284b7f50e7
35
35
 
36
36
  ## 1.2.4
37
37
  ### Patch Changes
package/dist/setup.cjs CHANGED
@@ -215,7 +215,7 @@ function getContextForRequest(attributes) {
215
215
  return plugin.otelCtxForRequestId.get(attributes.requestId) ?? api.ROOT_CONTEXT;
216
216
  }
217
217
 
218
- globalThis.__OTEL_PLUGIN_VERSION__ = '1.3.0-alpha-59307ccb5034b0b2116c4faa27174921b267c388';
218
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.3.0-alpha-49f60cd2c09d576de2334845d96921284b7f50e7';
219
219
  let initialized = false;
220
220
  function openTelemetrySetup(options) {
221
221
  const log = !options.log || typeof options.log === "string" ? new logger.Logger({ level: options.log }) : options.log;
package/dist/setup.js CHANGED
@@ -215,7 +215,7 @@ function getContextForRequest(attributes) {
215
215
  return otelCtxForRequestId.get(attributes.requestId) ?? ROOT_CONTEXT;
216
216
  }
217
217
 
218
- globalThis.__OTEL_PLUGIN_VERSION__ = '1.3.0-alpha-59307ccb5034b0b2116c4faa27174921b267c388';
218
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.3.0-alpha-49f60cd2c09d576de2334845d96921284b7f50e7';
219
219
  let initialized = false;
220
220
  function openTelemetrySetup(options) {
221
221
  const log = !options.log || typeof options.log === "string" ? new Logger({ level: options.log }) : options.log;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/plugin-opentelemetry",
3
- "version": "1.3.0-alpha-59307ccb5034b0b2116c4faa27174921b267c388",
3
+ "version": "1.3.0-alpha-49f60cd2c09d576de2334845d96921284b7f50e7",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@graphql-hive/core": "^0.18.0",
66
- "@graphql-hive/gateway-runtime": "2.5.0-alpha-59307ccb5034b0b2116c4faa27174921b267c388",
66
+ "@graphql-hive/gateway-runtime": "2.5.0-alpha-49f60cd2c09d576de2334845d96921284b7f50e7",
67
67
  "@graphql-hive/logger": "^1.0.9",
68
68
  "@graphql-mesh/cross-helpers": "^0.4.10",
69
69
  "@graphql-mesh/transport-common": "^1.0.12",