Is it a way to disable your metrics ? Don't see anything about on ENV doc : https://appwrite.io/docs/environment-variables
Disable appwrite.io stats on Dashboard
Hi, are you talking about usage metrics?
We respect DoNotTrack. So if it is enabled in the browser, we will not do any tracking.
Unfortunately we do not have an environment variable for this yet ๐
@joeyouss yes
@Torsten Dittmann Understand
For those who are interested, it is blockable via CSP, if you have the hand on the headers of your web server
Can't modify title I think now, right one would be "Disable Console usage metrics"
Disable Console Analytics
renamed it ๐
I didn't call it usage metrics, because it might be misunderstood with the metric we offer for our services ๐ช
You can add Solved if want ๐
@joeyouss I have no idea how to mark it as solved ๐
(add [SOLVED] to tittle ?)
[SOLVED] Disable Console Analytics
Added <:appwritecheck:851487062112731146>
Recommended threads
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...