Skip to content

Commit 695db9c

Browse files
committed
Fix lint
1 parent e47fcdc commit 695db9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/remix/src/index.client.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { getCurrentScope, init as reactInit } from '@sentry/react';
33
import type { RemixOptions } from './utils/remixOptions';
44
export { captureRemixErrorBoundaryError } from './client/errors';
55
export {
6+
// eslint-disable-next-line deprecation/deprecation
67
remixRouterInstrumentation,
78
withSentry,
89
} from './client/performance';

packages/remix/src/index.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export * from '@sentry/node';
111111

112112
export { captureRemixServerException, wrapRemixHandleError } from './utils/instrumentServer';
113113
export { ErrorBoundary, withErrorBoundary } from '@sentry/react';
114+
// eslint-disable-next-line deprecation/deprecation
114115
export { remixRouterInstrumentation, withSentry } from './client/performance';
115116
export { captureRemixErrorBoundaryError } from './client/errors';
116117
export { browserTracingIntegration } from './client/browserTracingIntegration';

0 commit comments

Comments
 (0)