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

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-ff27151c46b94b3541c690c3ca8802e8f17b9701
3
+ ## 1.3.0-alpha-59307ccb5034b0b2116c4faa27174921b267c388
4
4
  ### Minor Changes
5
5
 
6
6
 
7
7
 
8
- - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`cf1bd7a`](https://github.com/graphql-hive/gateway/commit/cf1bd7a5a8afea1bc66df1442b1b0bd93c64c5a4) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Expose GraphQLError as OpenTelemetry Events.
8
+ - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`01fd715`](https://github.com/graphql-hive/gateway/commit/01fd7156d6a40f5d855cfa6ba0b78d9bf54564c0) 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,11 +27,11 @@
27
27
 
28
28
 
29
29
 
30
- - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`ce7668d`](https://github.com/graphql-hive/gateway/commit/ce7668d144ea9ce0d07196394c7564f4e1c0a812) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
30
+ - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`e00a120`](https://github.com/graphql-hive/gateway/commit/e00a1205e9355ede60baa560843d423604e982c5) 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
- - 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
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
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-59307ccb5034b0b2116c4faa27174921b267c388';
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-59307ccb5034b0b2116c4faa27174921b267c388';
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-59307ccb5034b0b2116c4faa27174921b267c388",
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-59307ccb5034b0b2116c4faa27174921b267c388",
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",