UNPKG

msal

Version:
21 lines 1.05 kB
export var EVENT_NAME_PREFIX = "msal."; export var EVENT_NAME_KEY = "event_name"; export var START_TIME_KEY = "start_time"; export var ELAPSED_TIME_KEY = "elapsed_time"; export var 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 export var TENANT_PLACEHOLDER = "<tenant>"; //# sourceMappingURL=TelemetryConstants.js.map