Disable Sentry sampling for now

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