reduce Sentry web bundle footprint

This commit is contained in:
Oleksii Bulenok
2026-08-13 13:17:12 +02:00
parent 43b0c8b021
commit a9c16ef67e
6 changed files with 48 additions and 4 deletions
+1
View File
@@ -6,6 +6,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: false,
includeWebFeedback: false,
annotateReactComponents: {
textComponentNames: ['Text', 'ButtonText'],
},