|
1
|
Sentry.init({ |
|
2
|
dsn: "https://766e9785220d4ad9a47464a4ce2fc1fc@o4504776680538112.ingest.sentry.io/4504776683945984", |
|
3
|
integrations: [ |
|
4
|
new Sentry.Replay({ |
|
5
|
maskAllText: true, |
|
6
|
blockAllMedia: true, |
|
7
|
}) |
|
8
|
], |
|
9
|
replaysSessionSampleRate: 0.1, |
|
10
|
replaysOnErrorSampleRate: 1.0, |
|
11
|
}); |
|
12
|
|