Using Sidekiq for asynchronous Mixpanel tracking in Rails
We've started to add server side Mixpanel tracking, and official documentation recommends tracking asynchronously so it doesn't effect performance. The Mixpanel method involves writing events to »