@fluidframework/container-runtime 2.0.0-internal.3.0.4 → 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.
@@ -1283,7 +1283,7 @@ class ContainerRuntime extends common_utils_1.TypedEventEmitter {
1283
1283
  const { fullTree = false, trackState = true, summaryLogger = this.mc.logger, runGC = this.garbageCollector.shouldRunGC, runSweep, fullGC, } = options;
1284
1284
  const telemetryContext = new runtime_utils_1.TelemetryContext();
1285
1285
  // Add the options that are used to generate this summary to the telemetry context.
1286
- telemetryContext.setAll("fluid_Summarize", "Options", {
1286
+ telemetryContext.setMultiple("fluid_Summarize", "Options", {
1287
1287
  fullTree,
1288
1288
  trackState,
1289
1289
  runGC,