diff --git a/metro.config.ts b/metro.config.ts index 79adfd4f8a..51b1cbbafa 100644 --- a/metro.config.ts +++ b/metro.config.ts @@ -5,7 +5,7 @@ import {getSentryExpoConfig} from '@sentry/react-native/metro.js' const config = getSentryExpoConfig(import.meta.dirname, { // TODO: confirm this doesn't break anything when we switch to metro web - includeWebReplay: true, + includeWebReplay: false, annotateReactComponents: { textComponentNames: ['Text', 'ButtonText'], },