@embrace-io/web-sdk
Version:
25 lines (24 loc) • 1.27 kB
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
//#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
exports.ATTR_RAGE_CLICK_COUNT = ATTR_RAGE_CLICK_COUNT;
exports.ATTR_RAGE_CLICK_ELEMENT_SELECTOR = ATTR_RAGE_CLICK_ELEMENT_SELECTOR;
exports.ATTR_RAGE_CLICK_ELEMENT_TYPE = ATTR_RAGE_CLICK_ELEMENT_TYPE;
exports.ATTR_RAGE_CLICK_INTERACTION_TYPE = ATTR_RAGE_CLICK_INTERACTION_TYPE;
exports.ATTR_RAGE_CLICK_X = ATTR_RAGE_CLICK_X;
exports.ATTR_RAGE_CLICK_Y = ATTR_RAGE_CLICK_Y;
exports.RAGE_CLICK_EVENT_NAME = RAGE_CLICK_EVENT_NAME;
exports.RAGE_CLICK_RADIUS = RAGE_CLICK_RADIUS;
exports.RAGE_CLICK_THRESHOLD = RAGE_CLICK_THRESHOLD;
exports.RAGE_CLICK_WINDOW_TIME = RAGE_CLICK_WINDOW_TIME;
//# sourceMappingURL=constants.cjs.map