railslove / rack-tracker

Tracking made easy: Don’t fool around with adding tracking and analytics partials to your app and concentrate on the things that matter.
https://www.railslove.com/open-source
MIT License
647 stars 121 forks source link

Switched the tracker to always be stored in the session instead of it being swapped in and out of the env['tracker']. #153

Closed jclusso closed 1 year ago

jclusso commented 4 years ago

See #152

DonSchado commented 4 years ago

@jclusso we released a new patch with some changes to internal state handling to make the middleware more thread safe. Could you incorporate the changes here as well? 👍

jclusso commented 4 years ago

@donschado, I’ll look into doing this later today.

jclusso commented 4 years ago

@DonSchado I merged the latest code on master into my branch.

DonSchado commented 4 years ago

@bumi what do you think? :)

jclusso commented 1 year ago

Closing this since we no longer use it.