Allow disabling Sentry #31832
-
It would be nice for privacy if there was an option to either enable Sentry, ask before sending crash reports or to disable it entirely in the game settings. I haven't yet found any option to do so. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is less of an issue for me since OS usernames are no longer included in logs (see #28243) but it would still be nice to see. Most FOSS software that I regularly use have at least an opt-out option for this kind of stuff. In the meantime you could probably block |
Beta Was this translation helpful? Give feedback.
The username in the log headers is definitely gone, see my PR for that. Like mentioned in that original discussion, your OS username might still show up as part of paths, for example
/home/username/.local/share/osu
. If you are worried about this, you can change your data location to a path that does not include your username.