andreaselia / laravel-analytics

Analytics for the Laravel framework.
MIT License
165 stars 25 forks source link

Queue tracking? #41

Closed grantholle closed 11 months ago

grantholle commented 11 months ago

Hi, not sure if you'd be open for PR's to queue page view tracking instead of doing it synchronously each request?

andreaselia commented 11 months ago

Hi @grantholle,

I'd be open to it so long as it's optional (off by default to maintain current functionality), and includes tests.

Thanks 👍

grantholle commented 11 months ago

Apparently request objects can't be serialized, so it's not really worth the effort to make a serialized version of the request... a nice thought I guess.