MCPcopy Create free account
hub / github.com/codecombat/codecombat / trackTiming

Method trackTiming

app/core/Tracker2/BaseTracker.js:57–57  ·  view source on GitHub ↗
(duration, category, variable, label)

Source from the content-addressed store, hash-verified

55 async trackEvent (action, properties = {}) {}
56
57 async trackTiming (duration, category, variable, label) {}
58
59 watchForDisableAllTrackingChanges (store) {
60 this.disableAllTracking = store.getters['tracker/disableAllTracking']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected