console
console copied to clipboard
🐛 Bug Report: GPDR violation in self-hosted Console by monitoring through Sentry without consent or transparency
👟 Reproduction steps
Using self-hosted Appwrite Console in production environment we can see see it pings back to Sentry without consent and without clear option to disable it (other than not using ENV.PROD) which a major privacy concern and legally against GPDR and other similar online privacy and data protection legislation.
👍 Expected behavior
To cease violation of GPDR and similar legislation and treat user private data with "Lawfulness, fairness and transparency", as well as having the common courtesy expected of not leaking private information without consent or at least telling people about it.
👎 Actual Behavior
Attempting to contact Sentry always, because of: https://github.com/appwrite/console/blob/0fdd92b89c4195c294fb88d200f23ea52eb8420d/src/routes/%2Blayout.svelte#L49
🎲 Appwrite version
Version 1.5.x
💻 Operating system
Linux
🧱 Your Environment
Version 1.5.7 Installed using Coolify
👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct