UNPKG

wingman-monitor

Version:

Runtime error monitoring package with React provider that automatically reports errors to webhook endpoints

8 lines 512 B
export { WingmanMonitor, ErrorReport } from './monitor'; export { ConfigManager, WingmanConfig } from './config'; export { WingmanProvider, useWingman, useWingmanReporting, useWingmanConfig, type WingmanProviderProps } from './provider'; export { shouldReportError, getEnvironmentConfig } from './utils/errorFiltering'; export { getStoredAccessToken, requireAccessToken } from './utils/tokenResolver'; import { WingmanMonitor } from './monitor'; export default WingmanMonitor; //# sourceMappingURL=index.d.ts.map