Skip to content

Commit c5cb546

Browse files
authored
Fix a typo in the Sentry.LiveViewHook docs (#726)
1 parent d926f4e commit c5cb546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry/live_view_hook.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if Code.ensure_loaded?(Phoenix.LiveView) do
3131
3232
You can do the same at the router level:
3333
34-
live_session :default, on_mounbt: Sentry.LiveViewHook do
34+
live_session :default, on_mount: Sentry.LiveViewHook do
3535
scope "..." do
3636
# ...
3737
end

0 commit comments

Comments
 (0)