Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
13 lines
1.2 KiB
Plaintext
13 lines
1.2 KiB
Plaintext
export { addClsInstrumentationHandler, addInpInstrumentationHandler, addLcpInstrumentationHandler, addPerformanceInstrumentationHandler, addTtfbInstrumentationHandler } from './metrics/instrument.js';
|
|
export { addPerformanceEntries, startTrackingInteractions, startTrackingLongAnimationFrames, startTrackingLongTasks, startTrackingWebVitals } from './metrics/browserMetrics.js';
|
|
export { startTrackingElementTiming } from './metrics/elementTiming.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, parseXhrResponseHeaders, serializeFormData } from './networkUtils.js';
|
|
export { resourceTimingToSpanAttributes } from './metrics/resourceTiming.js';
|
|
export { registerInpInteractionListener, startTrackingINP } from './metrics/inp.js';
|
|
//# sourceMappingURL=index.js.map
|