@sentry/remix
Version:
Official Sentry SDK for Remix
8 lines (7 loc) • 383 B
JavaScript
export { captureRemixServerException } from './client/index.js';
export * from '@sentry/react';
export { browserTracingIntegration } from './client/browserTracingIntegration.js';
export { captureRemixErrorBoundaryError } from './client/errors.js';
export { init } from './client/sdk.js';
export { withSentry } from './client/performance.js';
//# sourceMappingURL=index.client.js.map