honeybadger-elixir
honeybadger-elixir copied to clipboard
Phoenix Liveview instrumentation
Since Liveview is gaining in popularity, it seems like a good idea to have some automatic instrumentation.
I am wondering if we are missing some telemetry events. Perhaps it would be useful to automatically capture event params in context.
This is becoming very important to my project. Is there any way in which I can help as I have not discovered a workaround.
Can anyone describe how to use Honeybadger in LiveView? I am getting genservers which terminate because of handle_events with no function clause errors, but of course they are not reporting through honeybadger. Therefore using liveview with honeybadger is not capturing the errors that are critical.
Hey @tjchambers, per @rabidpraxis's original issue, we lack support for at least some LiveView events. Unfortunately we don't have the time to tackle this right now, as we're working to launch a big new feature. PRs are welcome in the meantime!
Was this resolved by https://github.com/honeybadger-io/honeybadger-elixir/pull/591?