We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3deb6 commit 08a082fCopy full SHA for 08a082f
app/src/main/java/com/eatssu/android/App.kt
@@ -72,9 +72,11 @@ class App : Application(), Configuration.Provider {
72
host = BuildConfig.POSTHOG_HOST,
73
).apply {
74
sessionReplay = true
75
- sessionReplayConfig.maskAllTextInputs = false
76
- sessionReplayConfig.maskAllImages = false
77
sessionReplayConfig.screenshot = true
+ if (BuildConfig.DEBUG) {
+ sessionReplayConfig.maskAllTextInputs = false
78
+ sessionReplayConfig.maskAllImages = false
79
+ }
80
}
81
82
0 commit comments