@embrace-io/web-sdk
Version:
16 lines • 1.29 kB
text/typescript
//#region src/instrumentations/loaf/LoafInstrumentation/constants.d.ts
declare const ATTR_TBD_LOAF_TOTAL_DURATION = "emb.tbd.loaf_total_duration";
declare const ATTR_TBD_LOAF_WORK_DURATION = "emb.tbd.loaf_work_duration";
declare const ATTR_TBD_LOAF_STYLE_AND_LAYOUT_DURATION = "emb.tbd.loaf_style_and_layout_duration";
declare const ATTR_TBD_LOAF_COUNT = "emb.tbd.loaf_count";
declare const ATTR_TBD_LOAF_LONGEST_DURATION = "emb.tbd.loaf_longest_duration";
declare const ATTR_TBD_LOAF_LONGEST_DURATION_EXCLUDING_FIRST = "emb.tbd.loaf_longest_duration_excluding_first";
declare const BLOCKING_DURATION_GOOD_THRESHOLD = 200;
declare const BLOCKING_DURATION_POOR_THRESHOLD = 600;
declare const LOAF_EVENT_NAME = "emb-loaf-report";
declare const LOAF_SCRIPTS_EVENT_NAME = "emb-loaf-scripts";
declare const MAX_SCRIPT_URL_LENGTH = 2048;
declare const MAX_SCRIPT_ENTRIES = 250;
//#endregion
export { ATTR_TBD_LOAF_COUNT, ATTR_TBD_LOAF_LONGEST_DURATION, ATTR_TBD_LOAF_LONGEST_DURATION_EXCLUDING_FIRST, ATTR_TBD_LOAF_STYLE_AND_LAYOUT_DURATION, ATTR_TBD_LOAF_TOTAL_DURATION, ATTR_TBD_LOAF_WORK_DURATION, BLOCKING_DURATION_GOOD_THRESHOLD, BLOCKING_DURATION_POOR_THRESHOLD, LOAF_EVENT_NAME, LOAF_SCRIPTS_EVENT_NAME, MAX_SCRIPT_ENTRIES, MAX_SCRIPT_URL_LENGTH };
//# sourceMappingURL=constants.d.cts.map