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

[Feature] Laravel Livewire 3 Support #2573

Open
mikebronner opened this issue Mar 15, 2024 · 0 comments
Open

[Feature] Laravel Livewire 3 Support #2573

mikebronner opened this issue Mar 15, 2024 · 0 comments

Comments

@mikebronner
Copy link

Describe the feature you'd like

Would love to see Livewire traces being supported.

Is your feature request related to a problem?

Currently unable to effectively filter livewire requests, all livewire messages, regardless of resource, are grouped under a single resource name. Each livewire message should be considered its own route, as opposed to a sub route of the livewire message.

Additionally, it would be extremely helpful to be able to inspect the request payload.

Describe alternatives you've considered

Alternative would be complex custom meta data tagging, which might bloat all my traces unnecessarily, and we would have to figure out how to hook into Livewire's events in the request stack.

Screenshot 2024-03-15 at 11 18 29

Additional context

No response

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

No branches or pull requests

1 participant