From 4b1100f5a519bbbc2eab5c8a292e9c6a9608ea3c Mon Sep 17 00:00:00 2001 From: martosaur Date: Tue, 30 Jun 2026 10:51:09 -0700 Subject: [PATCH] Revert "Exclude :bandit domain by default (#1073)" This reverts commit 752f218e044ab5e1a60b20ce20cb3601731e1d25. --- lib/sentry/logger_handler.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sentry/logger_handler.ex b/lib/sentry/logger_handler.ex index 4d3b7f5f..c843cd25 100644 --- a/lib/sentry/logger_handler.ex +++ b/lib/sentry/logger_handler.ex @@ -26,7 +26,7 @@ defmodule Sentry.LoggerHandler do ], excluded_domains: [ type: {:list, :atom}, - default: [:cowboy, :bandit], + default: [:cowboy], type_doc: "list of `t:atom/0`", doc: """ Any messages with a domain in the configured list will not be sent. The default is so as