remove server name from reports

This commit is contained in:
Julian Krings 2025-06-09 00:16:58 +02:00
parent 0d103a934a
commit e63d84c052
No known key found for this signature in database
GPG Key ID: 208C6E08C3B718D2

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) -> {