Bluesky app fork with some witchin' additions 💫

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

This reverts commit de68915bc0184c62319217fb468661c55dc23354.

authored by samuel.fm and committed by

GitHub 25a2a2c7 2a4b8256

+1 -1
+1 -1
src/logger/sentry/setup/index.ts
··· 29 29 * @see https://docs.sentry.io/platforms/react-native/configuration/options/#attach-stacktrace 30 30 */ 31 31 attachStacktrace: false, 32 - // sampleRate: env.IS_INTERNAL ? 1.0 : 0.1, 32 + sampleRate: env.IS_INTERNAL ? 1.0 : 0.1, 33 33 })