fix: reduce tracesSampleRate

This commit is contained in:
devthejo 2025-07-02 01:00:01 +02:00
parent 5bf3f9b6f9
commit b5ae235ba4

View file

@ -25,7 +25,7 @@ const getReleaseVersion = () => {
Sentry.init({ Sentry.init({
dsn: env.SENTRY_DSN, dsn: env.SENTRY_DSN,
tracesSampleRate: 1.0, tracesSampleRate: 0.1,
debug: __DEV__, debug: __DEV__,
// Configure release to match ios-archive.sh format // Configure release to match ios-archive.sh format
release: getReleaseVersion(), release: getReleaseVersion(),