@embrace-io/web-sdk
Version:
20 lines • 1.78 kB
TypeScript
//#region src/instrumentations/soft-navigation-performance/SoftNavigationPerformanceInstrumentation/constants.d.ts
declare const SOFT_NAVIGATION_SPAN_NAME = "Soft Navigation";
declare const KEY_EMB_SOFT_NAVIGATION_SOURCE = "emb.soft_navigation.source";
declare const KEY_EMB_SOFT_NAVIGATION_NAVIGATION_ID = "emb.soft_navigation.navigation_id";
declare const KEY_EMB_SOFT_NAVIGATION_INTERACTION_ID = "emb.soft_navigation.interaction_id";
declare const KEY_EMB_SOFT_NAVIGATION_START_TIME = "emb.soft_navigation.start_time";
declare const KEY_EMB_SOFT_NAVIGATION_DURATION = "emb.soft_navigation.duration";
declare const KEY_EMB_SOFT_NAVIGATION_PAINT_TIME = "emb.soft_navigation.paint_time";
declare const KEY_EMB_SOFT_NAVIGATION_PRESENTATION_TIME = "emb.soft_navigation.presentation_time";
declare const KEY_EMB_SOFT_NAVIGATION_SPAN_IDS = "emb.soft_navigation.span_ids";
declare const KEY_EMB_SOFT_NAVIGATION_LOG_IDS = "emb.soft_navigation.log_ids";
declare const KEY_EMB_SOFT_NAVIGATION_SPAN_ID_TYPES = "emb.soft_navigation.span_id_types";
declare const KEY_EMB_SOFT_NAVIGATION_LOG_ID_TYPES = "emb.soft_navigation.log_id_types";
declare const SOFT_NAVIGATION_SOURCES: {
readonly performanceObserver: "performance_observer";
readonly polyfill: "polyfill";
};
//#endregion
export { KEY_EMB_SOFT_NAVIGATION_DURATION, KEY_EMB_SOFT_NAVIGATION_INTERACTION_ID, KEY_EMB_SOFT_NAVIGATION_LOG_IDS, KEY_EMB_SOFT_NAVIGATION_LOG_ID_TYPES, KEY_EMB_SOFT_NAVIGATION_NAVIGATION_ID, KEY_EMB_SOFT_NAVIGATION_PAINT_TIME, KEY_EMB_SOFT_NAVIGATION_PRESENTATION_TIME, KEY_EMB_SOFT_NAVIGATION_SOURCE, KEY_EMB_SOFT_NAVIGATION_SPAN_IDS, KEY_EMB_SOFT_NAVIGATION_SPAN_ID_TYPES, KEY_EMB_SOFT_NAVIGATION_START_TIME, SOFT_NAVIGATION_SOURCES, SOFT_NAVIGATION_SPAN_NAME };
//# sourceMappingURL=constants.d.ts.map