@grafana/faro-web-sdk
Version:
Faro instrumentations, metas, transports for web.
4 lines (3 loc) • 305 B
TypeScript
export { UserActionInstrumentation } from './instrumentation';
export type { DomMutationMessage, HttpRequestEndMessage, HttpRequestStartMessage } from './types';
export { MESSAGE_TYPE_DOM_MUTATION, MESSAGE_TYPE_HTTP_REQUEST_END, MESSAGE_TYPE_HTTP_REQUEST_START, userActionDataAttribute, } from './const';