1 | "use strict";
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | Object.defineProperty(exports, "__esModule", { value: true });
|
7 | exports.TENANT_PLACEHOLDER = exports.TELEMETRY_BLOB_EVENT_NAMES = exports.ELAPSED_TIME_KEY = exports.START_TIME_KEY = exports.EVENT_NAME_KEY = exports.EVENT_NAME_PREFIX = void 0;
|
8 | exports.EVENT_NAME_PREFIX = "msal.";
|
9 | exports.EVENT_NAME_KEY = "event_name";
|
10 | exports.START_TIME_KEY = "start_time";
|
11 | exports.ELAPSED_TIME_KEY = "elapsed_time";
|
12 | exports.TELEMETRY_BLOB_EVENT_NAMES = {
|
13 | MsalCorrelationIdConstStrKey: "Microsoft.MSAL.correlation_id",
|
14 | ApiTelemIdConstStrKey: "msal.api_telem_id",
|
15 | ApiIdConstStrKey: "msal.api_id",
|
16 | BrokerAppConstStrKey: "Microsoft_MSAL_broker_app",
|
17 | CacheEventCountConstStrKey: "Microsoft_MSAL_cache_event_count",
|
18 | HttpEventCountTelemetryBatchKey: "Microsoft_MSAL_http_event_count",
|
19 | IdpConstStrKey: "Microsoft_MSAL_idp",
|
20 | IsSilentTelemetryBatchKey: "",
|
21 | IsSuccessfulConstStrKey: "Microsoft_MSAL_is_successful",
|
22 | ResponseTimeConstStrKey: "Microsoft_MSAL_response_time",
|
23 | TenantIdConstStrKey: "Microsoft_MSAL_tenant_id",
|
24 | UiEventCountTelemetryBatchKey: "Microsoft_MSAL_ui_event_count"
|
25 | };
|
26 |
|
27 | exports.TENANT_PLACEHOLDER = "<tenant>";
|
28 |
|
\ | No newline at end of file |