UNPKG

@sentry/react

Version:
13 lines (12 loc) 1.03 kB
export * from '@sentry/browser'; export { init } from './sdk.js'; export { reactErrorHandler } from './error.js'; export { Profiler, useProfiler, withProfiler } from './profiler.js'; export { ErrorBoundary, withErrorBoundary } from './errorboundary.js'; export { createReduxEnhancer } from './redux.js'; export { reactRouterV3BrowserTracingIntegration } from './reactrouterv3.js'; export { tanstackRouterBrowserTracingIntegration } from './tanstackrouter.js'; export { reactRouterV4BrowserTracingIntegration, reactRouterV5BrowserTracingIntegration, withSentryRouting } from './reactrouter.js'; export { reactRouterV6BrowserTracingIntegration, withSentryReactRouterV6Routing, wrapCreateBrowserRouter, wrapCreateBrowserRouterV6, wrapCreateMemoryRouterV6, wrapUseRoutes, wrapUseRoutesV6 } from './reactrouterv6.js'; export { reactRouterV7BrowserTracingIntegration, withSentryReactRouterV7Routing, wrapCreateBrowserRouterV7, wrapCreateMemoryRouterV7, wrapUseRoutesV7 } from './reactrouterv7.js'; //# sourceMappingURL=index.js.map