Enable ErrorTracker in prod only

This commit is contained in:
Claudio Ortolina
2026-02-26 21:33:20 +00:00
parent 18ac442b2c
commit aa9de04997
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -13,5 +13,7 @@ config :logger, level: :info
config :music_library, monitoring_routes: true
config :error_tracker, enabled: true
# Runtime production configuration, including reading
# of environment variables, is done on config/runtime.exs.