UNPKG

@sentry-internal/browser-utils

Version:
41 lines (36 loc) 2.41 kB
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const instrument = require('./metrics/instrument.js'); const browserMetrics = require('./metrics/browserMetrics.js'); const utils = require('./metrics/utils.js'); const dom = require('./instrument/dom.js'); const history = require('./instrument/history.js'); const getNativeImplementation = require('./getNativeImplementation.js'); const xhr = require('./instrument/xhr.js'); const networkUtils = require('./networkUtils.js'); const inp = require('./metrics/inp.js'); exports.addClsInstrumentationHandler = instrument.addClsInstrumentationHandler; exports.addFidInstrumentationHandler = instrument.addFidInstrumentationHandler; exports.addInpInstrumentationHandler = instrument.addInpInstrumentationHandler; exports.addLcpInstrumentationHandler = instrument.addLcpInstrumentationHandler; exports.addPerformanceInstrumentationHandler = instrument.addPerformanceInstrumentationHandler; exports.addTtfbInstrumentationHandler = instrument.addTtfbInstrumentationHandler; exports.addPerformanceEntries = browserMetrics.addPerformanceEntries; exports.startTrackingInteractions = browserMetrics.startTrackingInteractions; exports.startTrackingLongAnimationFrames = browserMetrics.startTrackingLongAnimationFrames; exports.startTrackingLongTasks = browserMetrics.startTrackingLongTasks; exports.startTrackingWebVitals = browserMetrics.startTrackingWebVitals; exports.extractNetworkProtocol = utils.extractNetworkProtocol; exports.addClickKeypressInstrumentationHandler = dom.addClickKeypressInstrumentationHandler; exports.addHistoryInstrumentationHandler = history.addHistoryInstrumentationHandler; exports.clearCachedImplementation = getNativeImplementation.clearCachedImplementation; exports.fetch = getNativeImplementation.fetch; exports.getNativeImplementation = getNativeImplementation.getNativeImplementation; exports.setTimeout = getNativeImplementation.setTimeout; exports.SENTRY_XHR_DATA_KEY = xhr.SENTRY_XHR_DATA_KEY; exports.addXhrInstrumentationHandler = xhr.addXhrInstrumentationHandler; exports.getBodyString = networkUtils.getBodyString; exports.getFetchRequestArgBody = networkUtils.getFetchRequestArgBody; exports.serializeFormData = networkUtils.serializeFormData; exports.registerInpInteractionListener = inp.registerInpInteractionListener; exports.startTrackingINP = inp.startTrackingINP; //# sourceMappingURL=index.js.map