Move ErrorTracker to its own repo and file

Note that the SQlite adapter supports version 2 onwards.
This commit is contained in:
Claudio Ortolina
2025-01-23 10:40:36 +00:00
parent 6d64153ea8
commit eeaaf8b542
7 changed files with 35 additions and 4 deletions
+6
View File
@@ -8,6 +8,12 @@ config :music_library, MusicLibrary.Repo,
stacktrace: true,
show_sensitive_data_on_connection_error: true
config :music_library, MusicLibrary.ErrorRepo,
database: Path.expand("../data/music_library_errors_dev.db", __DIR__),
pool_size: 5,
stacktrace: true,
show_sensitive_data_on_connection_error: true
# For development, we disable any cache and enable
# debugging and code reloading.
#