mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Re enable text on replays
This commit is contained in:
@@ -32,7 +32,7 @@ export function getSentryOrCompute(enabled = false) {
|
||||
}),
|
||||
Sentry.browserProfilingIntegration(),
|
||||
Sentry.replayIntegration({
|
||||
maskAllText: true,
|
||||
maskAllText: false,
|
||||
maskAllInputs: true,
|
||||
blockAllMedia: false,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user