-
Notifications
You must be signed in to change notification settings - Fork 0
feat: working matomo analytics (test environment) #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
User description
Implemented matomo analytics (for now, in my own matomo environment). #39
Once Chase provides me with the credentials, I will change the URL and SITE_ID.
PR Type
Enhancement
Description
Implemented Matomo analytics with opt-out capability
Added event tracking for user actions
Created archive size monitoring system
Added analytics toggle in settings
Changes walkthrough 📝
matomo.ts
Core Matomo analytics implementation
src/matomo.ts
events.ts
Event tracking system implementation
src/events.ts
bg.ts
Background tracking integration
src/ext/bg.ts
settings-page.ts
Analytics settings UI implementation
src/settings-page.ts
recorder.ts
Archive event tracking integration
src/recorder.ts
argo-archive-list.ts
Page view tracking integration
src/argo-archive-list.ts
sidepanel.ts
Torrent creation tracking
src/sidepanel.ts