UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

5 lines (4 loc) 399 B
export { UserActionInstrumentation } from './instrumentation'; export type { DomMutationMessage, HttpRequestEndMessage, HttpRequestStartMessage, HttpRequestMessagePayload, } from '../_internal/monitors/types'; export { MESSAGE_TYPE_DOM_MUTATION, MESSAGE_TYPE_HTTP_REQUEST_END, MESSAGE_TYPE_HTTP_REQUEST_START, } from '../_internal/monitors/const'; export { userActionDataAttribute } from './const';