How to use the mixpanel-browser.track_links function in mixpanel-browser

To help you get started, we’ve selected a few mixpanel-browser examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github daostack / alchemy / src / lib / analytics.ts View on Github external
track_links: (selector: string, name: string, callback: any) => {
    if (doTracking) { Mixpanel.track_links(selector, name, callback); }
  },
  register: (props: any) => {