9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-04 15:41:30 +00:00

remove server name from reports

This commit is contained in:
Julian Krings
2025-06-09 00:16:58 +02:00
parent 0d103a934a
commit e63d84c052

View File

@@ -957,6 +957,7 @@ public class Iris extends VolmitPlugin implements Listener {
options.setDebug(true);
}
options.setAttachServerName(false);
options.setEnableUncaughtExceptionHandler(false);
options.setRelease(Iris.instance.getDescription().getVersion());
options.setBeforeSend((event, hint) -> {