UNPKG

@embrace-io/web-sdk

Version:
15 lines (14 loc) 873 B
//#region src/instrumentations/rage-click/RageClickInstrumentation/constants.ts const RAGE_CLICK_THRESHOLD = 3; const RAGE_CLICK_WINDOW_TIME = 500; const RAGE_CLICK_RADIUS = 50; const RAGE_CLICK_EVENT_NAME = "rage-click"; const ATTR_RAGE_CLICK_ELEMENT_TYPE = "rage_click.element_type"; const ATTR_RAGE_CLICK_ELEMENT_SELECTOR = "rage_click.element_selector"; const ATTR_RAGE_CLICK_X = "rage_click.x"; const ATTR_RAGE_CLICK_Y = "rage_click.y"; const ATTR_RAGE_CLICK_COUNT = "rage_click.count"; const ATTR_RAGE_CLICK_INTERACTION_TYPE = "rage_click.interaction_type"; //#endregion export { ATTR_RAGE_CLICK_COUNT, ATTR_RAGE_CLICK_ELEMENT_SELECTOR, ATTR_RAGE_CLICK_ELEMENT_TYPE, ATTR_RAGE_CLICK_INTERACTION_TYPE, ATTR_RAGE_CLICK_X, ATTR_RAGE_CLICK_Y, RAGE_CLICK_EVENT_NAME, RAGE_CLICK_RADIUS, RAGE_CLICK_THRESHOLD, RAGE_CLICK_WINDOW_TIME }; //# sourceMappingURL=constants.js.map