MCPcopy Create free account
hub / github.com/parse-community/parse-server / trackEvent

Function trackEvent

src/Routers/AnalyticsRouter.js:9–12  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

7}
8
9function trackEvent(req) {
10 const analyticsController = req.config.analyticsController;
11 return analyticsController.trackEvent(req);
12}
13
14export class AnalyticsRouter extends PromiseRouter {
15 mountRoutes() {

Callers

nothing calls this directly

Calls 1

trackEventMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…