Setup Sentry for LiveView error tracking

This commit is contained in:
Claudio Ortolina
2024-10-03 13:37:33 +01:00
parent e2dd68a135
commit c192458efe
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -55,6 +55,8 @@ defmodule MusicLibraryWeb do
use Phoenix.LiveView,
layout: {MusicLibraryWeb.Layouts, :app}
on_mount Sentry.LiveViewHook
unquote(html_helpers())
end
end