2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

Adds info on sentry.io error reporting for app

This commit is contained in:
Oliver Walters 2022-01-19 13:28:50 +11:00
parent 503a050d5b
commit 6d45db9591

View File

@ -33,4 +33,14 @@ The InvenTree app does not collect any information which could be used to person
## Third Party Access
The InvenTree app does not share any personal information with third parties.
The InvenTree app does not share any personal information on users of the app with any third parties.
## Error Logs
The InvenTree app makes use of the [sentry.io](https://sentry.io/) service to monitor the app for bugs and run-time errors. When an error occurs in the app, log data is uploaded to the sentry server, where InvenTree developers can use this information to improve the quality of the app.
!!! question "Identifying Information"
The uploaded error reports contain information on the nature of the error / bug; i.e. "where" in the app code the failures occured. The uploaded data does not contain any information which can be used to identify users or extract user data.
!!! tip "Disable Error Reporting"
If desired, users can disable error reporting entirely, from within the [app settings](./settings.md). This prevents any error logs from being uploaded to the sentry server.