From 7d18fbc5745496b535795f99c094ac3739727733 Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Wed, 17 Apr 2024 19:00:39 +0200 Subject: [PATCH] feat(config): disable old Bob's Buddy Sentry reports --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 1a4da29..1608fee 100644 --- a/config.json +++ b/config.json @@ -14,7 +14,7 @@ "bobs_buddy": { "disabled": false, "min_required_version": "1.25.4", - "sentry_reporting": true, + "sentry_reporting": false, "sentry_min_required_version": "1.25.5", "metric_sampling": 1, "log_lines_kept": 150,