@embrace-io/web-sdk
Version:
12 lines (11 loc) • 868 B
JavaScript
//#region src/instrumentations/first-interaction/FirstInteractionInstrumentation/constants.ts
const FIRST_INTERACTION_EVENT_NAME = "first-interaction";
const ATTR_FIRST_INTERACTION_INTERACTION_TYPE = "first_interaction.interaction_type";
const ATTR_FIRST_INTERACTION_ELEMENT_TYPE = "first_interaction.element_type";
const ATTR_FIRST_INTERACTION_ELEMENT_SELECTOR = "first_interaction.element_selector";
const ATTR_FIRST_INTERACTION_X = "first_interaction.x";
const ATTR_FIRST_INTERACTION_Y = "first_interaction.y";
const ATTR_FIRST_INTERACTION_TIME = "first_interaction.time";
//#endregion
export { ATTR_FIRST_INTERACTION_ELEMENT_SELECTOR, ATTR_FIRST_INTERACTION_ELEMENT_TYPE, ATTR_FIRST_INTERACTION_INTERACTION_TYPE, ATTR_FIRST_INTERACTION_TIME, ATTR_FIRST_INTERACTION_X, ATTR_FIRST_INTERACTION_Y, FIRST_INTERACTION_EVENT_NAME };
//# sourceMappingURL=constants.js.map