Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable Sentry sampling for now (#9262)

authored by

Eric Bailey and committed by
GitHub
de68915b ea00663e

+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 })