UNPKG

@sentry/remix

Version:
8 lines 385 B
import { Integrations } from '@sentry/react'; import { RemixOptions } from './utils/remixOptions'; export { remixRouterInstrumentation, withSentry } from './performance/client'; export { BrowserTracing } from '@sentry/tracing'; export * from '@sentry/react'; export { Integrations }; export declare function init(options: RemixOptions): void; //# sourceMappingURL=index.client.d.ts.map