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

This reverts commit de68915bc0.
This commit is contained in:
Samuel Newman
2025-10-27 08:42:24 -07:00
committed by GitHub
parent 2a4b825637
commit 7d00d45ab1
+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,
})