fix: 处理 gson 序列化问题

This commit is contained in:
chenjuntao
2022-10-09 10:05:43 +08:00
parent 46bdc4e4f7
commit 23c7a741cc
2 changed files with 4 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class DataUtils {
}
options.setDebug(BuildConfig.DEBUG);
options.setEnableSessionTracking(true);
options.setEnableAutoSessionTracking(true);
options.setEnvironment(BuildConfig.FLAVOR);
options.setEnableSystemEventBreadcrumbs(false);
options.setDsn("https://6b1caf0d17c1408e8680f3f73ff80bd0@sentry.shanqu.cc/22");