UNPKG

@embrace-io/web-sdk

Version:
11 lines (10 loc) 687 B
//#region src/instrumentations/user-timing/UserTimingInstrumentation/constants.ts const USER_TIMING_EVENT_NAME = "emb-user-timing"; const KEY_EMB_USER_TIMING_NAME = "emb.user_timing.name"; const KEY_EMB_USER_TIMING_START_TIME = "emb.user_timing.start_time"; const KEY_EMB_USER_TIMING_DURATION = "emb.user_timing.duration"; const KEY_EMB_USER_TIMING_ENTRY_TYPE = "emb.user_timing.entry_type"; const KEY_EMB_USER_TIMING_DETAIL = "emb.user_timing.detail"; //#endregion export { KEY_EMB_USER_TIMING_DETAIL, KEY_EMB_USER_TIMING_DURATION, KEY_EMB_USER_TIMING_ENTRY_TYPE, KEY_EMB_USER_TIMING_NAME, KEY_EMB_USER_TIMING_START_TIME, USER_TIMING_EVENT_NAME }; //# sourceMappingURL=constants.js.map