Skip to content

Latest commit

 

History

History
 
 

analytics

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

tracespace view analytics module

Analytics tracking source code for @tracespace/view

This directory contains the logic for sending anonymous usage events to Mixpanel

events

The application state architecture of @tracespace/view is highly similar to [redux][], where there is a predefined set of actions that may be applied to a central store to transform the application state.

To drive analytics, we watch actions as they are dispatched to the store and send analytics events according the action type. See the createEvent function for the action to analytics mapping logic.