UNPKG

@sentry/remix

Version:
11 lines (10 loc) 408 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