Revert "Disable Sentry sampling for now (#9262)" (#9282)

This reverts commit de68915bc0.
This commit is contained in:
Samuel Newman
2025-10-27 18:12:27 +02:00
committed by GitHub
parent 2a4b825637
commit 25a2a2c7f6
+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,
})