@fluidframework/container-runtime 2.0.0-internal.3.0.5 → 2.0.0-internal.3.0.6

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.
@@ -1278,7 +1278,7 @@ export class ContainerRuntime extends TypedEventEmitter {
1278
1278
  const { fullTree = false, trackState = true, summaryLogger = this.mc.logger, runGC = this.garbageCollector.shouldRunGC, runSweep, fullGC, } = options;
1279
1279
  const telemetryContext = new TelemetryContext();
1280
1280
  // Add the options that are used to generate this summary to the telemetry context.
1281
- telemetryContext.setAll("fluid_Summarize", "Options", {
1281
+ telemetryContext.setMultiple("fluid_Summarize", "Options", {
1282
1282
  fullTree,
1283
1283
  trackState,
1284
1284
  runGC,