import { addConsoleInstrumentationHandler } from './console'; import { addFetchEndInstrumentationHandler, addFetchInstrumentationHandler } from './fetch'; import { addGlobalErrorInstrumentationHandler } from './globalError'; import { addGlobalUnhandledRejectionInstrumentationHandler } from './globalUnhandledRejection'; import { addHandler, maybeInstrument, resetInstrumentationHandlers, triggerHandlers } from './handlers'; export { addConsoleInstrumentationHandler, addFetchInstrumentationHandler, addGlobalErrorInstrumentationHandler, addGlobalUnhandledRejectionInstrumentationHandler, addHandler, maybeInstrument, triggerHandlers, resetInstrumentationHandlers, addFetchEndInstrumentationHandler, }; //# sourceMappingURL=index.d.ts.map