SS14.Launcher icon indicating copy to clipboard operation
SS14.Launcher copied to clipboard

Integrate sentry into the launcher

Open juliangiebel opened this issue 7 months ago • 5 comments

Exception will get sent to the sentry instance the set DSN is from. The Sentry integration can be enabled and disabled using a cvar as well as the DSN is set using a cvar. image This dialog gets shown when the launcher is started and the user hasn't seen the dialog yet: image This is the form that gets shown when an error happens in the launcher: image

image

A Sentry instance needs to be set up and the DSN needs to be added to the launcher config

TODO:

  • [x] Don't enable by default but show a popup asking the user if they want to disable sending errors to us when they haven't seen it yet
  • [x] Feedback form which opens when an exception happens https://docs.sentry.io/platforms/dotnet/user-feedback/

juliangiebel avatar Jan 23 '24 21:01 juliangiebel