Phoenix LiveView hooks telemetry

The telemetry calls wrap the whole lifecycle, so hooks are already included:

https://github.com/phoenixframework/phoenix_live_view/blob/d1250dc6541684fd19f5c8dd3aea692ad4b57950/lib/phoenix_live_view/utils.ex#L341-L355

https://github.com/phoenixframework/phoenix_live_view/blob/d1250dc6541684fd19f5c8dd3aea692ad4b57950/lib/phoenix_live_view/channel.ex#L496-L520

3 Likes