From eeafda94b30f4fa8680cd851a18c354286e4f597 Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Tue, 27 Aug 2024 13:27:16 +0200 Subject: [PATCH] feat: bump sentry_min_required_version --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index c3f3cd6..73fef87 100644 --- a/config.json +++ b/config.json @@ -15,7 +15,7 @@ "disabled": false, "min_required_version": "1.31.0", "sentry_reporting": false, - "sentry_min_required_version": "1.31.2", + "sentry_min_required_version": "1.31.3", "metric_sampling": 1, "log_lines_kept": 150, "can_remove_lich_king": true,