This commit is contained in:
siyuniu-ms 2024-08-14 10:10:37 -07:00
Родитель 5b50434959
Коммит d4a7036778
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5,8 +5,8 @@ import { Snippet } from "../../../src/Snippet";
import { utlRemoveSessionStorage } from "@microsoft/applicationinsights-common"; import { utlRemoveSessionStorage } from "@microsoft/applicationinsights-common";
export class AISKUSizeCheck extends AITestClass { export class AISKUSizeCheck extends AITestClass {
private readonly MAX_RAW_SIZE = 143; private readonly MAX_RAW_SIZE = 144;
private readonly MAX_BUNDLE_SIZE = 143; private readonly MAX_BUNDLE_SIZE = 144;
private readonly MAX_RAW_DEFLATE_SIZE = 58; private readonly MAX_RAW_DEFLATE_SIZE = 58;
private readonly MAX_BUNDLE_DEFLATE_SIZE = 58; private readonly MAX_BUNDLE_DEFLATE_SIZE = 58;
private readonly rawFilePath = "../dist/es5/applicationinsights-web.min.js"; private readonly rawFilePath = "../dist/es5/applicationinsights-web.min.js";