Install Error Tracker to track production issues

This commit is contained in:
Claudio Ortolina
2025-01-01 17:11:17 +00:00
parent 8bd7197d18
commit 5cd57fdde4
7 changed files with 26 additions and 1 deletions
+5
View File
@@ -68,6 +68,11 @@ config :logger, :console,
# Use Jason for JSON parsing in Phoenix
config :phoenix, :json_library, Jason
config :error_tracker,
repo: MusicLibrary.Repo,
otp_app: :music_library,
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"