Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/
Class
app/core/Tracker2/InternalTracker.js:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
* Tracks events to our internal analytics database.
7
*/
8
export
default
class
InternalTracker extends BaseTracker {
9
constructor (store) {
10
super()
11
this.store = store
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected