Compare commits

...

1 Commits

Author SHA1 Message Date
Eric Bailey df4c03ee07 Disable Sentry sampling for now 2025-10-22 13:50:04 -05:00
+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,
})