-
Notifications
You must be signed in to change notification settings - Fork 54
Capture Livewire component name on Livewire update requests #208
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
Conversation
1e2da54
to
3f8cec9
Compare
As a regular Livewire-user, if you could manage to link Livewire-updates to a Request timeline, that would be super-powerful. So that you can see "user loaded page X at YY:ZZ", and subsequently made 20 |
9797d2f
to
1344b1c
Compare
8ded4ce
to
cc54311
Compare
As a first step towards improving Livewire support, this PR does the following:
Note: requests that handle multiple components will have the component names comma-separated.
Possible future improvements: