tracker icon indicating copy to clipboard operation
tracker copied to clipboard

How to Add Custom Log

Open techmatevaibhav opened this issue 6 years ago • 1 comments

for the custom log we are using below code, but how to Add custom Query Log or some more custom logs.

Tracker::trackEvent(['event' => 'cart.add']); Tracker::trackEvent(['event' => 'cart.add', 'object' => 'App\Cart\Events\Add']);

techmatevaibhav avatar Feb 27 '18 18:02 techmatevaibhav

What about this one? Tracker::trackVisit()

napestershine avatar Feb 02 '19 19:02 napestershine