@embrace-io/web-sdk
Version:
10 lines • 504 B
TypeScript
import { EmbraceInstrumentationBaseArgs } from "../../EmbraceInstrumentationBase/types.js";
import "../../EmbraceInstrumentationBase/index.js";
//#region src/instrumentations/clicks/ClicksInstrumentation/types.d.ts
type ClicksInstrumentationArgs = {
shouldTrack?: (element: HTMLElement) => boolean;
innerTextForElement?: (element: HTMLElement) => string;
} & Pick<EmbraceInstrumentationBaseArgs, 'diag' | 'perf'>;
//#endregion
export { ClicksInstrumentationArgs };
//# sourceMappingURL=types.d.ts.map