Skip to content

Commit

Permalink
Start Mixpanel with Token
Browse files Browse the repository at this point in the history
  • Loading branch information
dasmer committed Dec 29, 2015
1 parent aea31a1 commit 271a58c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Paste/Analytics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ struct Analytics {
#else
token = Key.MixpanelRelease
#endif

Mixpanel.sharedInstanceWithToken(token)
}

func track(eventName: String, properties: [String: String]) {
Expand Down

0 comments on commit 271a58c

Please sign in to comment.