(req)
| 7 | } |
| 8 | |
| 9 | function trackEvent(req) { |
| 10 | const analyticsController = req.config.analyticsController; |
| 11 | return analyticsController.trackEvent(req); |
| 12 | } |
| 13 | |
| 14 | export class AnalyticsRouter extends PromiseRouter { |
| 15 | mountRoutes() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…