Report all uncaught exceptions to Bugsnag via Erlang logger

new-login
Marcin Kulik 7 years ago
parent 4b51c9b053
commit da3fcc051f

@ -27,6 +27,7 @@ config :phoenix, :template_engines,
config :bugsnag, api_key: System.get_env("BUGSNAG_API_KEY")
config :bugsnag, release_stage: Mix.env
config :bugsnag, use_logger: true
if System.get_env("S3_BUCKET") do
config :asciinema, :file_store, Asciinema.FileStore.Cached

Loading…
Cancel
Save