Setup Sentry for LiveView error tracking
This commit is contained in:
@@ -55,6 +55,8 @@ defmodule MusicLibraryWeb do
|
||||
use Phoenix.LiveView,
|
||||
layout: {MusicLibraryWeb.Layouts, :app}
|
||||
|
||||
on_mount Sentry.LiveViewHook
|
||||
|
||||
unquote(html_helpers())
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user