@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.
- package/dist/containerRuntime.js +1 -1
- package/dist/containerRuntime.js.map +1 -1
- package/dist/garbageCollection.d.ts +0 -2
- package/dist/garbageCollection.d.ts.map +1 -1
- package/dist/garbageCollection.js +4 -48
- package/dist/garbageCollection.js.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/containerRuntime.js +1 -1
- package/lib/containerRuntime.js.map +1 -1
- package/lib/garbageCollection.d.ts +0 -2
- package/lib/garbageCollection.d.ts.map +1 -1
- package/lib/garbageCollection.js +5 -49
- package/lib/garbageCollection.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +14 -14
- package/src/containerRuntime.ts +1 -1
- package/src/garbageCollection.ts +4 -65
- package/src/packageVersion.ts +1 -1
package/dist/containerRuntime.js
CHANGED
|
@@ -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.
|
|
1286
|
+
telemetryContext.setMultiple("fluid_Summarize", "Options", {
|
|
1287
1287
|
fullTree,
|
|
1288
1288
|
trackState,
|
|
1289
1289
|
runGC,
|