UNPKG

@sentry/remix

Version:
10 lines 397 B
export * from '@sentry/react'; export { init } from './sdk'; export { captureRemixErrorBoundaryError } from './errors'; export { withSentry } from './performance'; export { browserTracingIntegration } from './browserTracingIntegration'; /** * */ export declare function captureRemixServerException(err: unknown, name: string, request: Request): Promise<void>; //# sourceMappingURL=index.d.ts.map