Mount error tracker notifier

This commit is contained in:
Claudio Ortolina
2026-03-04 15:55:32 +00:00
parent 1c04eea88f
commit ed1dd2b440
4 changed files with 17 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ defmodule MusicLibrary.Application do
_ = Req.RateLimiter.new()
children = [
{ErrorTrackerNotifier, []},
MusicLibrary.Vault,
MusicLibrary.Repo,
MusicLibrary.BackgroundRepo,