@graphql-hive/plugin-opentelemetry 1.3.0-alpha-614119b31d14c12b1d3d1c1ccfc98e671191d329 → 1.3.0-alpha-fbc61142c267103149e69b60daf77fcbe04389c9

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,11 +1,11 @@
1
1
  # @graphql-hive/plugin-opentelemetry
2
2
 
3
- ## 1.3.0-alpha-614119b31d14c12b1d3d1c1ccfc98e671191d329
3
+ ## 1.3.0-alpha-fbc61142c267103149e69b60daf77fcbe04389c9
4
4
  ### Minor Changes
5
5
 
6
6
 
7
7
 
8
- - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`f19b9ef`](https://github.com/graphql-hive/gateway/commit/f19b9ef6994fbabefa85f1f9e2527ca79223fb6a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Expose GraphQLError as OpenTelemetry Events.
8
+ - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`7730d08`](https://github.com/graphql-hive/gateway/commit/7730d083e37f1f1710d25f61781312916482b2be) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Expose GraphQLError as OpenTelemetry Events.
9
9
 
10
10
  Errors contains in the result of a graphql operation are now reported as standalone OpenTelemetry
11
11
  Events (name `graphql.error`) instead of OpenTelemetry Exceptions.
@@ -27,7 +27,7 @@
27
27
 
28
28
 
29
29
 
30
- - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`bff4e5b`](https://github.com/graphql-hive/gateway/commit/bff4e5b5189c0962b14de4b58f03e7cc6cfd3fdc) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
30
+ - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`db08395`](https://github.com/graphql-hive/gateway/commit/db083952125e59039b34f3513f8091230bf25951) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
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
 
@@ -35,8 +35,8 @@
35
35
  - [#1725](https://github.com/graphql-hive/gateway/pull/1725) [`0ded04f`](https://github.com/graphql-hive/gateway/commit/0ded04f56d9d9dea8c412e2e320fb89815108362) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
36
36
 
37
37
  - Updated dependency [`@graphql-hive/core@^0.15.1` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.15.1) (from `^0.13.2`, in `dependencies`)
38
- - Updated dependencies [[`cc0feba`](https://github.com/graphql-hive/gateway/commit/cc0feba56c0bf379a3d5aed326b3db1abf7c4681), [`0ded04f`](https://github.com/graphql-hive/gateway/commit/0ded04f56d9d9dea8c412e2e320fb89815108362), [`f19b9ef`](https://github.com/graphql-hive/gateway/commit/f19b9ef6994fbabefa85f1f9e2527ca79223fb6a)]:
39
- - @graphql-hive/gateway-runtime@2.4.0-alpha-614119b31d14c12b1d3d1c1ccfc98e671191d329
38
+ - Updated dependencies [[`173556a`](https://github.com/graphql-hive/gateway/commit/173556ade3db9c2a959fb707edcc6289d2a989ab), [`0ded04f`](https://github.com/graphql-hive/gateway/commit/0ded04f56d9d9dea8c412e2e320fb89815108362), [`8ff2e47`](https://github.com/graphql-hive/gateway/commit/8ff2e471f368d5e41f91a7fe1f1b0e494ef3e6ff), [`9cfe2a5`](https://github.com/graphql-hive/gateway/commit/9cfe2a555fcbc9a70ba04b32d6844a7a795de624), [`7730d08`](https://github.com/graphql-hive/gateway/commit/7730d083e37f1f1710d25f61781312916482b2be)]:
39
+ - @graphql-hive/gateway-runtime@2.4.0-alpha-fbc61142c267103149e69b60daf77fcbe04389c9
40
40
 
41
41
  ## 1.2.1
42
42
  ### 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-614119b31d14c12b1d3d1c1ccfc98e671191d329';
218
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.3.0-alpha-fbc61142c267103149e69b60daf77fcbe04389c9';
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-614119b31d14c12b1d3d1c1ccfc98e671191d329';
218
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.3.0-alpha-fbc61142c267103149e69b60daf77fcbe04389c9';
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-614119b31d14c12b1d3d1c1ccfc98e671191d329",
3
+ "version": "1.3.0-alpha-fbc61142c267103149e69b60daf77fcbe04389c9",
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.15.1",
66
- "@graphql-hive/gateway-runtime": "2.4.0-alpha-614119b31d14c12b1d3d1c1ccfc98e671191d329",
66
+ "@graphql-hive/gateway-runtime": "2.4.0-alpha-fbc61142c267103149e69b60daf77fcbe04389c9",
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",
@@ -91,7 +91,7 @@
91
91
  "@whatwg-node/server": "^0.10.17",
92
92
  "graphql": "^16.12.0",
93
93
  "graphql-yoga": "^5.17.0",
94
- "pkgroll": "2.21.3",
94
+ "pkgroll": "2.21.4",
95
95
  "rimraf": "^6.1.0",
96
96
  "rollup": "^4.53.2",
97
97
  "tsx": "^4.20.6"