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

Method trackPageView

app/core/Tracker2/index.js:119–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 async trackPageView () {
120 try {
121 await this.initializationComplete
122
123 await allSettled(
124 this.trackers.map(t => t.trackPageView())
125 )
126 } catch (e) {
127 this.log('trackPageView call failed', e)
128 }
129 }
130
131 async trackEvent (action, properties = {}) {
132 try {

Callers 1

_trackPageViewMethod · 0.45

Calls 1

logMethod · 0.80

Tested by

no test coverage detected