@graphql-hive/plugin-opentelemetry 1.3.0-alpha-ff27151c46b94b3541c690c3ca8802e8f17b9701 → 1.3.0-alpha-30e72efa0fac834ed31e0c573dbe579a90c6fa2f

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-ff27151c46b94b3541c690c3ca8802e8f17b9701
3
+ ## 1.3.0-alpha-30e72efa0fac834ed31e0c573dbe579a90c6fa2f
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-ff27151c46b94b3541c690c3ca8802e8f17b9701
34
+ - @graphql-hive/gateway-runtime@2.5.0-alpha-30e72efa0fac834ed31e0c573dbe579a90c6fa2f
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-ff27151c46b94b3541c690c3ca8802e8f17b9701';
218
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.3.0-alpha-30e72efa0fac834ed31e0c573dbe579a90c6fa2f';
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-ff27151c46b94b3541c690c3ca8802e8f17b9701';
218
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.3.0-alpha-30e72efa0fac834ed31e0c573dbe579a90c6fa2f';
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-ff27151c46b94b3541c690c3ca8802e8f17b9701",
3
+ "version": "1.3.0-alpha-30e72efa0fac834ed31e0c573dbe579a90c6fa2f",
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-ff27151c46b94b3541c690c3ca8802e8f17b9701",
66
+ "@graphql-hive/gateway-runtime": "2.5.0-alpha-30e72efa0fac834ed31e0c573dbe579a90c6fa2f",
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",