chore: clean
This commit is contained in:
parent
52e7314005
commit
774f7dc163
1 changed files with 5 additions and 5 deletions
|
@ -73,10 +73,10 @@ Sentry.init({
|
||||||
replaysSessionSampleRate: 0.1,
|
replaysSessionSampleRate: 0.1,
|
||||||
replaysOnErrorSampleRate: 1.0,
|
replaysOnErrorSampleRate: 1.0,
|
||||||
integrations: [
|
integrations: [
|
||||||
Sentry.mobileReplayIntegration({
|
// Sentry.mobileReplayIntegration({
|
||||||
maskAllText: false,
|
// maskAllText: false,
|
||||||
maskAllImages: false,
|
// maskAllImages: false,
|
||||||
maskAllVectors: false,
|
// maskAllVectors: false,
|
||||||
}),
|
// }),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue