nuclide-analytics package
Provides a standard API that packages can use to send analytics, in a consistent way, to arbitrary providers.
Common usage:
const track = ; const booleanState = false;const numericState = 42;const stringState = 'foobar'; { // Note that all metadata values on the second argument must be strings. ;}