@graphql-hive/plugin-opentelemetry 1.4.45 → 1.4.46
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 +6 -0
- package/dist/setup.cjs +1 -1
- package/dist/setup.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/setup.cjs
CHANGED
|
@@ -228,7 +228,7 @@ function getContextForRequest(attributes) {
|
|
|
228
228
|
return circuitBreakerExporter.otelCtxForRequestId.get(attributes.requestId) ?? api.ROOT_CONTEXT;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.
|
|
231
|
+
globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.46';
|
|
232
232
|
let initialized = false;
|
|
233
233
|
function openTelemetrySetup(options) {
|
|
234
234
|
const log = (options.log || new logger.Logger()).child("[OpenTelemetry] ");
|
package/dist/setup.js
CHANGED
|
@@ -228,7 +228,7 @@ function getContextForRequest(attributes) {
|
|
|
228
228
|
return otelCtxForRequestId.get(attributes.requestId) ?? ROOT_CONTEXT;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.
|
|
231
|
+
globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.46';
|
|
232
232
|
let initialized = false;
|
|
233
233
|
function openTelemetrySetup(options) {
|
|
234
234
|
const log = (options.log || new Logger()).child("[OpenTelemetry] ");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/plugin-opentelemetry",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.46",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@graphql-hive/core": "^0.22.1",
|
|
76
|
-
"@graphql-hive/gateway-runtime": "^2.10.
|
|
76
|
+
"@graphql-hive/gateway-runtime": "^2.10.10",
|
|
77
77
|
"@graphql-hive/logger": "^1.1.1",
|
|
78
78
|
"@graphql-mesh/cross-helpers": "^0.4.16",
|
|
79
79
|
"@graphql-mesh/transport-common": "^1.0.21",
|