1 | export declare const EVENT_NAME_PREFIX = "msal.";
|
2 | export declare const EVENT_NAME_KEY = "event_name";
|
3 | export declare const START_TIME_KEY = "start_time";
|
4 | export declare const ELAPSED_TIME_KEY = "elapsed_time";
|
5 | export 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 | };
|
19 | export declare const TENANT_PLACEHOLDER = "<tenant>";
|