Disable Sentry sampling for now (#9262)

This commit is contained in:
Eric Bailey
2025-10-22 14:08:25 -05:00
committed by GitHub
parent ea00663e7f
commit de68915bc0
+1 -1
View File
@@ -29,5 +29,5 @@ init({
* @see https://docs.sentry.io/platforms/react-native/configuration/options/#attach-stacktrace * @see https://docs.sentry.io/platforms/react-native/configuration/options/#attach-stacktrace
*/ */
attachStacktrace: false, attachStacktrace: false,
sampleRate: env.IS_INTERNAL ? 1.0 : 0.1, // sampleRate: env.IS_INTERNAL ? 1.0 : 0.1,
}) })