sm-utility 2.4.7 → 2.4.9
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/package.json
CHANGED
|
@@ -8,7 +8,6 @@ const exporter_trace_otlp_http_1 = require("@opentelemetry/exporter-trace-otlp-h
|
|
|
8
8
|
const resources_1 = require("@opentelemetry/resources");
|
|
9
9
|
const id_generator_aws_xray_1 = require("@opentelemetry/id-generator-aws-xray");
|
|
10
10
|
const propagator_aws_xray_1 = require("@opentelemetry/propagator-aws-xray");
|
|
11
|
-
const core_1 = require("@opentelemetry/core");
|
|
12
11
|
const logger_1 = require("../logger");
|
|
13
12
|
const DEFAULT_CONFIG = {
|
|
14
13
|
maxQueueSize: 50,
|
|
@@ -60,9 +59,7 @@ class OpenTelemetryTracer {
|
|
|
60
59
|
},
|
|
61
60
|
}),
|
|
62
61
|
],
|
|
63
|
-
textMapPropagator: new
|
|
64
|
-
propagators: [new core_1.W3CTraceContextPropagator(), new propagator_aws_xray_1.AWSXRayPropagator()],
|
|
65
|
-
}),
|
|
62
|
+
textMapPropagator: new propagator_aws_xray_1.AWSXRayPropagator(),
|
|
66
63
|
idGenerator: new id_generator_aws_xray_1.AWSXRayIdGenerator(),
|
|
67
64
|
});
|
|
68
65
|
}
|