steam-deck-tools/docs/privacy.md

31 lines
1.3 KiB
Markdown
Raw Normal View History

2022-12-16 22:32:59 +01:00
# Privacy
This project might connect to remote server and share the following information unless it is disabled
by creation of the `DisableCheckForUpdates.txt` in the root folder of the project:
## Error Tracking
2022-12-16 22:32:59 +01:00
To aid the application development this project uses [Sentry.io](https://sentry.io/)
to track all exceptions raised by the application. It is essential to identify bugs
and fix them with minimal user intervention superseeding the need to user
[troubleshooting](troubleshooting.md). The Sentry is configured to not track PII.
2022-12-16 22:32:59 +01:00
As part of Sentry error tracking the following information is being sent and is logged
including: Windows Version, .NET Framework Version, Exception Stack Trace, Application Version,
Type of installation.
2022-12-16 22:32:59 +01:00
You can see exact exceptions being sent in `Documents/SteamDeckTools/Logs`
- if it is empty it means nothing was sent.
2022-12-16 22:32:59 +01:00
## Auto-update
2022-12-16 22:32:59 +01:00
Application for auto-update purposes checks for latest release on a start,
or every 24 hours. As part of auto-update it sends information about installation
time of the application, application version, which SteamDeckTools apps are used.
2022-12-17 21:37:34 +01:00
2022-12-16 22:32:59 +01:00
## Disable it
Create `DisableCheckForUpdates.txt` file. To validate that this is working,
when clicking `Check for Updates` or running `Updater.exe` the application
will show `This application has explicitly disabled auto-updates`.