0.5.6 • Published 3 years ago

@cisco/analytics v0.5.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Analytics

Analytics events and constants to track system usage.

Installation

Install with npm.

npm i @gve/analtyics

Usage

const { AnalyticsEvent, EVENTS } = require("@gve/analytics");

const analyticsEvent = new AnalyticsEvent(EVENTS.MESSAGE_SENT);

License

Apache 2.0