UNPKG

@sentry-internal/browser-utils

Version:
11 lines (10 loc) 1.04 kB
export { addClsInstrumentationHandler, addFidInstrumentationHandler, addInpInstrumentationHandler, addLcpInstrumentationHandler, addPerformanceInstrumentationHandler, addTtfbInstrumentationHandler } from './metrics/instrument.js'; export { addPerformanceEntries, startTrackingInteractions, startTrackingLongAnimationFrames, startTrackingLongTasks, startTrackingWebVitals } from './metrics/browserMetrics.js'; export { extractNetworkProtocol } from './metrics/utils.js'; export { addClickKeypressInstrumentationHandler } from './instrument/dom.js'; export { addHistoryInstrumentationHandler } from './instrument/history.js'; export { clearCachedImplementation, fetch, getNativeImplementation, setTimeout } from './getNativeImplementation.js'; export { SENTRY_XHR_DATA_KEY, addXhrInstrumentationHandler } from './instrument/xhr.js'; export { getBodyString, getFetchRequestArgBody, serializeFormData } from './networkUtils.js'; export { registerInpInteractionListener, startTrackingINP } from './metrics/inp.js'; //# sourceMappingURL=index.js.map