phoenixframework / phoenix_live_dashboard

Realtime dashboard with metrics, request logging, plus storage, OS and VM insights
MIT License
1.99k stars 182 forks source link

Support Request Logger for live views #424

Open michalwarda opened 1 year ago

michalwarda commented 1 year ago

Environment

Make sure you are using the latest LiveView and Dashboard versions before continuing.

Currently the request logger functionality adds a cookie and logs http requests but does not log live view "requests".

Expected behavior

I suppose we can log also live view "requests". Especially taking into account the fact that when working with live view we make a very small amount of http requests and most of errors etc. are happening through live view requests.

I would be happy to try and code it but I have no idea where to start.