From e63d84c052253f4e6a6f0f59b65ec01ce69cac5c Mon Sep 17 00:00:00 2001 From: Julian Krings Date: Mon, 9 Jun 2025 00:16:58 +0200 Subject: [PATCH] remove server name from reports --- core/src/main/java/com/volmit/iris/Iris.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/com/volmit/iris/Iris.java b/core/src/main/java/com/volmit/iris/Iris.java index 35a6e6ab6..43384f127 100644 --- a/core/src/main/java/com/volmit/iris/Iris.java +++ b/core/src/main/java/com/volmit/iris/Iris.java @@ -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) -> {