If we know that we will never take action on an error, then we filter it out in our honeybadger config:
config :honeybadger,
ecto_repos: [MyApp.Repo],
exclude_errors: [
"Phoenix.NotAcceptableError",
"Plug.CSRFProtection.InvalidCSRFTokenError"
],...






















