add 10% sample rate to sentry (#9182)

This commit is contained in:
Samuel Newman
2025-10-10 18:31:38 +03:00
committed by GitHub
parent 84cae44cd2
commit ec8c36e614
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -29,4 +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,
})