Problem Statement
I have issue with livewire2 and sentry. Each action of livewire, it will make transaction like " livewire?component=pos.pos-transaction". But my url is pos/pos-transaction. How can I group it in transaction pos/pos-transaction and identify each action of livewire (Example: search, goToPage...)
Solution Brainstorm
i have no idea