Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Request Logger for live views #424

Open
michalwarda opened this issue Jul 20, 2023 · 0 comments
Open

Support Request Logger for live views #424

michalwarda opened this issue Jul 20, 2023 · 0 comments

Comments

@michalwarda
Copy link

Environment

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

  • Elixir version (elixir -v): 1.15.2
  • Phoenix version (mix deps): 1.7.7
  • Phoenix LiveView version (mix deps): 0.19.4
  • Phoenix Dashboard version (mix deps): 0.8.0
  • Operating system: Fedora 38
  • Browsers you attempted to reproduce this bug on (the more the merrier):
    It's not a bug.

Actual behavior

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant