更新 Sentry 版本和 DSN 地址

This commit is contained in:
juntao
2021-12-03 18:07:48 +08:00
parent 19399824c2
commit 9ab5b67ae7
3 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ public class DataUtils {
options.setDebug(BuildConfig.DEBUG);
options.setEnableSessionTracking(true);
options.setEnvironment(BuildConfig.FLAVOR);
options.setDsn("https://6b1caf0d17c1408e8680f3f73ff80bd0@sentry.ghzs.com/22");
options.setDsn("https://6b1caf0d17c1408e8680f3f73ff80bd0@sentry.shanqu.cc/22");
options.setBeforeSend((event, hint) -> {
if (BuildConfig.DEBUG) {