UNPKG

msal

Version:
23 lines 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EVENT_NAME_PREFIX = "msal."; exports.EVENT_NAME_KEY = "event_name"; exports.START_TIME_KEY = "start_time"; exports.ELAPSED_TIME_KEY = "elapsed_time"; exports.TELEMETRY_BLOB_EVENT_NAMES = { MsalCorrelationIdConstStrKey: "Microsoft.MSAL.correlation_id", ApiTelemIdConstStrKey: "msal.api_telem_id", ApiIdConstStrKey: "msal.api_id", BrokerAppConstStrKey: "Microsoft_MSAL_broker_app", CacheEventCountConstStrKey: "Microsoft_MSAL_cache_event_count", HttpEventCountTelemetryBatchKey: "Microsoft_MSAL_http_event_count", IdpConstStrKey: "Microsoft_MSAL_idp", IsSilentTelemetryBatchKey: "", IsSuccessfulConstStrKey: "Microsoft_MSAL_is_successful", ResponseTimeConstStrKey: "Microsoft_MSAL_response_time", TenantIdConstStrKey: "Microsoft_MSAL_tenant_id", UiEventCountTelemetryBatchKey: "Microsoft_MSAL_ui_event_count" }; // This is used to replace the real tenant in telemetry info exports.TENANT_PLACEHOLDER = "<tenant>"; //# sourceMappingURL=TelemetryConstants.js.map