@graphql-hive/plugin-opentelemetry 1.3.0-alpha-279588de67f3c4a9694189e06bbb3558d0612818 → 1.3.0-alpha-ff27151c46b94b3541c690c3ca8802e8f17b9701

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-279588de67f3c4a9694189e06bbb3558d0612818
3
+ ## 1.3.0-alpha-ff27151c46b94b3541c690c3ca8802e8f17b9701
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 [[`ae8afc5`](https://github.com/graphql-hive/gateway/commit/ae8afc56e410e47dd61809209f6f0a8aa09e7fa6), [`cf1bd7a`](https://github.com/graphql-hive/gateway/commit/cf1bd7a5a8afea1bc66df1442b1b0bd93c64c5a4)]:
34
- - @graphql-hive/gateway-runtime@2.5.0-alpha-279588de67f3c4a9694189e06bbb3558d0612818
34
+ - @graphql-hive/gateway-runtime@2.5.0-alpha-ff27151c46b94b3541c690c3ca8802e8f17b9701
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-279588de67f3c4a9694189e06bbb3558d0612818';
218
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.3.0-alpha-ff27151c46b94b3541c690c3ca8802e8f17b9701';
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-279588de67f3c4a9694189e06bbb3558d0612818';
218
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.3.0-alpha-ff27151c46b94b3541c690c3ca8802e8f17b9701';
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-279588de67f3c4a9694189e06bbb3558d0612818",
3
+ "version": "1.3.0-alpha-ff27151c46b94b3541c690c3ca8802e8f17b9701",
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-279588de67f3c4a9694189e06bbb3558d0612818",
66
+ "@graphql-hive/gateway-runtime": "2.5.0-alpha-ff27151c46b94b3541c690c3ca8802e8f17b9701",
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",