UNPKG

@sentry/remix

Version:
8 lines 438 B
import { RemixOptions } from './utils/remixOptions'; export { ErrorBoundary, withErrorBoundary } from '@sentry/react'; export { remixRouterInstrumentation, withSentry } from './performance/client'; export { BrowserTracing, Integrations } from '@sentry/tracing'; export * from '@sentry/node'; /** Initializes Sentry Remix SDK on Node. */ export declare function init(options: RemixOptions): void; //# sourceMappingURL=index.server.d.ts.map