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

Method trackEvent

app/core/Tracker2/InternalTracker.js:42–45  ·  view source on GitHub ↗
(action, properties = {})

Source from the content-addressed store, hash-verified

40 }
41
42 async trackEvent (action, properties = {}) {
43 await this.initializationComplete
44 this.trackEventInternal(action, properties)
45 }
46
47 trackEventInternal (event, properties) {
48 if (this.disableAllTracking) {

Callers

nothing calls this directly

Calls 1

trackEventInternalMethod · 0.95

Tested by

no test coverage detected