Skip to content

Commit 8122099

Browse files
committed
Fix lint
1 parent cd65704 commit 8122099

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
@@ -110,6 +110,7 @@ export * from '@sentry/node';
110110

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

0 commit comments

Comments
 (0)