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

Method trackEvent

app/core/Tracker2/FullStoryTracker.js:183–191  ·  view source on GitHub ↗
(action, properties = {})

Source from the content-addressed store, hash-verified

181 }
182
183 async trackEvent (action, properties = {}) {
184 await this.initializationComplete
185
186 if (!this.enabled) {
187 return
188 }
189
190 FS.event(action, properties)
191 }
192
193 async resetIdentity () {
194 await this.initializationComplete

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected