mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Check package name for Bugsnag
This commit is contained in:
@@ -215,6 +215,9 @@ public class Log {
|
||||
config.beforeSend(new BeforeSend() {
|
||||
@Override
|
||||
public boolean run(@NonNull Report report) {
|
||||
if (!"eu.faircode.email".equals(BuildConfig.APPLICATION_ID))
|
||||
return false;
|
||||
|
||||
// opt-in
|
||||
boolean crash_reports = prefs.getBoolean("crash_reports", false);
|
||||
if (!crash_reports)
|
||||
|
||||
Reference in New Issue
Block a user