From 060ad73e1fd49569f639f1765a8cbe0f4aad337a Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 13 Jul 2026 19:14:49 +0300 Subject: [PATCH] fix includeWebReplay --- metro.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], },