Skip to content

Commit

Permalink
[main] Add extra config in sender to let users define transports type (
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms authored Nov 20, 2023
1 parent dce1e44 commit 793191d
Show file tree
Hide file tree
Showing 5 changed files with 631 additions and 161 deletions.
4 changes: 2 additions & 2 deletions AISKULight/Tests/Unit/src/AISKULightSize.Tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { AITestClass, Assert } from "@microsoft/ai-test-framework";
import * as pako from "pako";

export class AISKULightSizeCheck extends AITestClass {
private readonly MAX_RAW_SIZE = 81;
private readonly MAX_BUNDLE_SIZE = 81;
private readonly MAX_RAW_SIZE = 82;
private readonly MAX_BUNDLE_SIZE = 82;
private readonly MAX_RAW_DEFLATE_SIZE = 34;
private readonly MAX_BUNDLE_DEFLATE_SIZE = 34;
private readonly rawFilePath = "../dist/es5/applicationinsights-web-basic.min.js";
Expand Down
Loading

0 comments on commit 793191d

Please sign in to comment.