mirror of
https://github.com/selfxyz/self.git
synced 2026-01-07 22:04:03 -05:00
SELF-1665: address sentry replay preview (#1509)
* fix sentry replays * clean up comments
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
consoleLoggingIntegration,
|
||||
feedbackIntegration,
|
||||
init as sentryInit,
|
||||
mobileReplayIntegration,
|
||||
withScope,
|
||||
wrap,
|
||||
} from '@sentry/react-native';
|
||||
@@ -164,6 +165,11 @@ export const initSentry = () => {
|
||||
return event;
|
||||
},
|
||||
integrations: [
|
||||
mobileReplayIntegration({
|
||||
maskAllText: true,
|
||||
maskAllImages: false,
|
||||
maskAllVectors: false,
|
||||
}),
|
||||
consoleLoggingIntegration({
|
||||
levels: ['log', 'error', 'warn', 'info', 'debug'],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user