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