@sentry/remix
Version:
Official Sentry SDK for Remix
10 lines • 397 B
TypeScript
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