fix: reduce tracesSampleRate
This commit is contained in:
parent
5bf3f9b6f9
commit
b5ae235ba4
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue