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

Method enable

app/core/Tracker2/FullStoryTracker.js:112–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 enable () {
113 this.enabled = true
114 window.sessionStorage.setItem(FULLSTORY_SESSION_TRACKING_ENABLED_KEY, 'true')
115 FS.restart()
116 this.log('fs enabled')
117 }
118
119 disable () {
120 this.enabled = false

Callers 3

_initializeTrackerMethod · 0.95
identifyMethod · 0.95

Calls 2

setItemMethod · 0.80
logMethod · 0.80

Tested by

no test coverage detected