Increase sampleRate for frontend services
Set tracesSampleRate to 1.0 for all environments.
This commit is contained in:
parent
28eed857b2
commit
197957672d
|
|
@ -34,7 +34,7 @@ export const initializeSentryBasic = (environment: string, dsn: string, extensio
|
|||
sendDefaultPii: true,
|
||||
...extension,
|
||||
debug: environment === 'development',
|
||||
tracesSampleRate: environment === 'development' ? 1.0 : 0.3,
|
||||
tracesSampleRate: 1.0,
|
||||
|
||||
beforeSend(event, hint) {
|
||||
if (event.exception && event.exception.values) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue