NPM package for tracking user activities across PerfAgents Platform and PerfAgents Uncloud
Install the package and use as a middleware in routes
##Usage
import {activityLogger} from 'perfagents-activity-logger';
router.route('/example-route').get(activityLogger('visited example route',exampleMongooseConnection),exampleController.exampleService)