UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

8 lines (7 loc) 508 B
export declare const MESSAGE_TYPE_RESOURCE_ENTRY = "resource-entry"; export declare const MESSAGE_TYPE_HTTP_REQUEST_START = "http-request-start"; export declare const MESSAGE_TYPE_HTTP_REQUEST_END = "http-request-end"; export declare const MESSAGE_TYPE_DOM_MUTATION = "dom-mutation"; export declare const userActionDataAttributeParsed = "faroUserActionName"; export declare const userActionDataAttribute = "data-faro-user-action-name"; export declare const userActionStartByApiCallEventName = "faroApiCall";