@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.warn(`TelemetryClient is initialized with id ${id}.`);
27275
+ diag2.info(`TelemetryClient is initialized with id ${id}.`);
27276
27276
  return {
27277
27277
  tracer
27278
27278
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/telemetry",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Helpers for reporting telemetry in Cloudpack.",
5
5
  "license": "MIT",
6
6
  "type": "module",