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