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:
@@ -8,12 +8,6 @@ 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
|
||||
|
||||
config :music_library, MusicLibrary.BackgroundRepo,
|
||||
database: Path.expand("../data/music_library_background_dev.db", __DIR__),
|
||||
pool_size: 5,
|
||||
|
||||
Reference in New Issue
Block a user