Rank 1: Thread
Hey everyone, I'm about to start working with Appwrite for my Flutter app and i was looking through the documentation for the self-hosted version. In this it says:
`Error Reporting
By default, your Appwrite installation comes with error reporting turned off. You can turn it on in dev mode to try and debug issues or report problems.
In production, it is highly recommended to turn error reporting off. To do so, make sure the Appwrite container environment variable _APP_ENV is set to production and not development.`
Can someone elaborate to why the recommendation is to turning off the reporting for production?