UNPKG

780 BTypeScriptView Raw
1export declare const EVENT_NAME_PREFIX = "msal.";
2export declare const EVENT_NAME_KEY = "event_name";
3export declare const START_TIME_KEY = "start_time";
4export declare const ELAPSED_TIME_KEY = "elapsed_time";
5export declare const TELEMETRY_BLOB_EVENT_NAMES: {
6 MsalCorrelationIdConstStrKey: string;
7 ApiTelemIdConstStrKey: string;
8 ApiIdConstStrKey: string;
9 BrokerAppConstStrKey: string;
10 CacheEventCountConstStrKey: string;
11 HttpEventCountTelemetryBatchKey: string;
12 IdpConstStrKey: string;
13 IsSilentTelemetryBatchKey: string;
14 IsSuccessfulConstStrKey: string;
15 ResponseTimeConstStrKey: string;
16 TenantIdConstStrKey: string;
17 UiEventCountTelemetryBatchKey: string;
18};
19export declare const TENANT_PLACEHOLDER = "<tenant>";