Install Honeybadger

This commit is contained in:
Claudio Ortolina
2026-02-26 20:30:11 +00:00
parent 132ea1298e
commit 13e88be539
3 changed files with 9 additions and 0 deletions
+6
View File
@@ -132,6 +132,12 @@ config :sentry,
enable_source_code_context: true,
root_source_code_paths: [File.cwd!()]
config :honeybadger,
app: :music_library,
environment_name: config_env(),
# Enable logging and performance insights
insights_enabled: true
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{config_env()}.exs"