Skip to content

Commit

Permalink
Setup AppSignal to auto capture LiveView callbacks.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorn committed Aug 29, 2024
1 parent 98cf240 commit 97f7f2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/flick/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ defmodule Flick.Application do

@impl true
def start(_type, _args) do
Appsignal.Phoenix.LiveView.attach()

children = [
FlickWeb.Telemetry,
Flick.Repo,
Expand Down

0 comments on commit 97f7f2e

Please sign in to comment.