Separate Bugsnag development

This commit is contained in:
M66B 2019-06-01 08:50:13 +02:00
parent 6fa14c93e7
commit 3a7e3936e0
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public class ApplicationEx extends Application {
com.bugsnag.android.Configuration config =
new com.bugsnag.android.Configuration("9d2d57476a0614974449a3ec33f2604a");
if (BuildConfig.DEBUG)
if (BuildConfig.DEBUG || !Helper.hasValidFingerprint(this))
config.setReleaseStage("development");
else if (BuildConfig.BETA_RELEASE)
config.setReleaseStage(BuildConfig.PLAY_STORE_RELEASE ? "beta/play" : "beta");