MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / debugLog

Function debugLog

main.js:405–409  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

403 }
404 },
405
406 async trackActiveUser(clientId) {
407 try {
408 console.log('Tracking active user');
409
410 // Send a standard GA4 event for active users
411 // Using 'user_engagement' instead of 'first_visit' which is reserved
412 await this.sendGA4Event(clientId, 'user_engagement', {

Callers 6

calculateFileHashFunction · 0.70
removeNonExistentFilesFunction · 0.70
main.jsFile · 0.70
shouldSkipDirectoryFunction · 0.70
processBatchFunction · 0.70
getDatabasePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected