-
Notifications
You must be signed in to change notification settings - Fork 62
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
web-wallet: Add Sentry integration #1440
Comments
After chatting with @Fulviuus post our planning session yesterday, we decided to rethink implementing Analytics, even though I was the one who suggested it in the first place. The main reason is privacy. Even with a compliant tool, some users might not feel comfortable with analytics tracking. Also, I initially wanted analytics to understand user patterns — like which features are popular or causing issues. But, considering our Wallet app's size, we figured direct feedback from users might be enough to spot areas for improvement. That said, I think it's best to be proactive and find ways to enhance the product and user experience where we can. I suggested we integrate a tool like Sentry for Application Performance Monitoring & Error Tracking. It's well-suited for SvelteKit apps While Sentry is not considered an analytics solution in the traditional sense, I'll dig into it more to see how we can use it effectively and with privacy in mind. This way, we can make the most out of its features while respecting user privacy. |
Having analytics is a good practice and I remember @Fulviuus mentioned that we already use google analytics on our websites, so why do we have to think twice about privacy friendly, open source and GDPR compliant ones? Besides I think its a good and idomatic practice to have analytics setup to also see if users are using the centeralized web wallet or not and where are the click hotmaps. These are all useful statistics we're currently losing out on |
I don't disagree but it's ultimately @Fulviuus and Emanuele's call on if we should proceed with this. |
Summary
Analytics are interesting for click hotmaps and viewers
Possible solution design or implementation
Use swetrix, GDPR compailant, privacy friendly
Additional context
Draft PR
as soon as possible to resolve the issue, and commit frequently. See the contribution guidelines for more information.The text was updated successfully, but these errors were encountered: