Skip to content

Commit 2543bb1

Browse files
committed
yarn fix
1 parent 238030d commit 2543bb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/remix/src/index.client.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ import { applySdkMetadata, setTag } from '@sentry/core';
22
import { init as reactInit } from '@sentry/react';
33
import type { RemixOptions } from './utils/remixOptions';
44
export { captureRemixErrorBoundaryError } from './client/errors';
5-
export {
6-
withSentry,
7-
} from './client/performance';
5+
export { withSentry } from './client/performance';
86

97
export { browserTracingIntegration } from './client/browserTracingIntegration';
108

0 commit comments

Comments
 (0)