@ms-cloudpack/telemetry 0.11.0 → 0.11.1
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27272,7 +27272,7 @@ function startTelemetry(options) {
|
|
|
27272
27272
|
() => rootContext
|
|
27273
27273
|
);
|
|
27274
27274
|
rootContext = await tracer.startActiveSpan("CLOUDPACK-TELEMETRY-CLIENT-ENTRY", () => context.active());
|
|
27275
|
-
diag2.
|
|
27275
|
+
diag2.info(`TelemetryClient is initialized with id ${id}.`);
|
|
27276
27276
|
return {
|
|
27277
27277
|
tracer
|
|
27278
27278
|
};
|