fix includeWebReplay
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import {getSentryExpoConfig} from '@sentry/react-native/metro.js'
|
|||||||
|
|
||||||
const config = getSentryExpoConfig(import.meta.dirname, {
|
const config = getSentryExpoConfig(import.meta.dirname, {
|
||||||
// TODO: confirm this doesn't break anything when we switch to metro web
|
// TODO: confirm this doesn't break anything when we switch to metro web
|
||||||
includeWebReplay: true,
|
includeWebReplay: false,
|
||||||
annotateReactComponents: {
|
annotateReactComponents: {
|
||||||
textComponentNames: ['Text', 'ButtonText'],
|
textComponentNames: ['Text', 'ButtonText'],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user