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

Method disable

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

Source from the content-addressed store, hash-verified

117 }
118
119 disable () {
120 this.enabled = false
121 window.sessionStorage.setItem(FULLSTORY_SESSION_TRACKING_ENABLED_KEY, 'false')
122 FS.shutdown()
123 this.log('fs disabled')
124 }
125
126 decideEnabled () {
127 const { me } = this.store.state

Callers 3

_initializeTrackerMethod · 0.95
identifyMethod · 0.95

Calls 2

setItemMethod · 0.80
logMethod · 0.80

Tested by

no test coverage detected