fix: reduce tracesSampleRate

This commit is contained in:
devthejo 2025-07-02 01:00:01 +02:00
parent 3fbd750986
commit 2a6ee305cb

View file

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