Remove ErrorTracker

Doesn't work with recent LiveView releases, and seems to be maintained
very slowly despite incoming PRs to fix the issues.
This commit is contained in:
Claudio Ortolina
2025-10-03 10:11:56 +03:00
parent f5bd7d0774
commit 57dfd3d33d
18 changed files with 4 additions and 101 deletions
-5
View File
@@ -11,11 +11,6 @@ config :music_library, MusicLibrary.Repo,
pool_size: 32,
pool: Ecto.Adapters.SQL.Sandbox
config :music_library, MusicLibrary.ErrorRepo,
database: Path.expand("../data/music_library_errors_test.db", __DIR__),
pool_size: 32,
pool: Ecto.Adapters.SQL.Sandbox
config :music_library, MusicLibrary.BackgroundRepo,
database: Path.expand("../data/music_library_background_test.db", __DIR__),
pool_size: 32,