Remove Sentry

Not used, and it has a quite a few outdated dependencies.
This commit is contained in:
Claudio Ortolina
2024-10-14 18:58:10 +01:00
parent 49f5ae30f2
commit 5e7280176f
7 changed files with 5 additions and 32 deletions
-2
View File
@@ -55,8 +55,6 @@ defmodule MusicLibraryWeb do
use Phoenix.LiveView,
layout: {MusicLibraryWeb.Layouts, :app}
on_mount Sentry.LiveViewHook
unquote(html_helpers())
end
end