fix: temporarily disable Honeybadger in production

This commit is contained in:
Graham McIntire 2026-02-17 16:42:37 -06:00
parent 7668518114
commit 68826dc89b
No known key found for this signature in database

View file

@ -1,5 +1,9 @@
import Config
# Temporarily disable Honeybadger in production
config :honeybadger,
exclude_envs: [:prod]
# Filter out harmless Oban shutdown messages and repetitive SNMP MIB errors
config :logger, :default_handler,
filters: [