class Stealth::Mixpanel
Attributes
tracker[R]
Public Class Methods
new()
click to toggle source
# File lib/stealth-mixpanel/tracker.rb, line 6 def initialize @tracker = ::Mixpanel::Tracker.new(ENV['MIXPANEL_PROJECT_TOKEN']) end