@graphql-hive/plugin-opentelemetry 1.3.0-alpha-010855415407aa2674fe372e266c8e9d0e009810 → 1.3.0-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7

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-010855415407aa2674fe372e266c8e9d0e009810
3
+ ## 1.3.0-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7
4
4
  ### Minor Changes
5
5
 
6
6
 
@@ -35,7 +35,7 @@
35
35
 
36
36
  - Added dependency [`@graphql-tools/executor@^1.4.9` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor/v/1.4.9) (to `dependencies`)
37
37
  - Updated dependencies [[`31fe4be`](https://github.com/graphql-hive/gateway/commit/31fe4be41532db18a66b30eeb9272a6e536d8a89), [`15b9e50`](https://github.com/graphql-hive/gateway/commit/15b9e5037fa74f8c1a8e662e196268a88642c27d), [`abd350b`](https://github.com/graphql-hive/gateway/commit/abd350b913c8938cf173a4a5e25b3ba6c04016fc), [`bdb8517`](https://github.com/graphql-hive/gateway/commit/bdb8517788aa416d7de441d90f849b181c2d11d8), [`a50d93a`](https://github.com/graphql-hive/gateway/commit/a50d93a0bc8f3c67de7449ad9102d3f3b60ea96a)]:
38
- - @graphql-hive/gateway-runtime@2.5.0-alpha-010855415407aa2674fe372e266c8e9d0e009810
38
+ - @graphql-hive/gateway-runtime@2.5.0-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7
39
39
 
40
40
  ## 1.2.5
41
41
  ### 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-010855415407aa2674fe372e266c8e9d0e009810';
218
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.3.0-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7';
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-010855415407aa2674fe372e266c8e9d0e009810';
218
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.3.0-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7';
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-010855415407aa2674fe372e266c8e9d0e009810",
3
+ "version": "1.3.0-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7",
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-010855415407aa2674fe372e266c8e9d0e009810",
66
+ "@graphql-hive/gateway-runtime": "2.5.0-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7",
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",