fix: 移除 android.permission.GET_TASKS 权限

This commit is contained in:
chenjuntao
2022-09-28 21:00:03 +08:00
parent faffbbfa87
commit 13e9ba4f48
13 changed files with 52 additions and 183 deletions

View File

@ -69,10 +69,11 @@ public class DataUtils {
} else {
options.setAnrEnabled(false);
}
options.setDebug(BuildConfig.DEBUG);
options.setEnableSessionTracking(true);
options.setEnvironment(BuildConfig.FLAVOR);
options.setEnableSystemEventBreadcrumbs(false);
options.setDsn("https://6b1caf0d17c1408e8680f3f73ff80bd0@sentry.shanqu.cc/22");
options.setBeforeSend((event, hint) -> {