update tracesSampleRate

This commit is contained in:
Dawid Wysokiński 2021-11-07 11:22:09 +01:00
parent c0bb9fce59
commit 388cd4546e
Signed by: Kichiyaki
GPG Key ID: EF14026D247EB867
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const initSentry = () => {
routingInstrumentation,
}),
],
tracesSampleRate: 1.0,
tracesSampleRate: 0.3,
release: __DEV__ ? 'development' : undefined,
});
};