-
Notifications
You must be signed in to change notification settings - Fork 1
Sentry integration
Applications that make use of SimpleClassicTheme.Common have the ability to automatically share diagnostics, telemetry or similar over Sentry to us developers.
Sentry describes itself as "Application Monitoring and Error Tracking Software", pretty much what it says on it's tin. Further more:
From error tracking to performance monitoring, developers can see what actually matters, solve quicker, and learn continuously about their applications - from the frontend to the backend.
To make it easier to quickly fix issues without user feedback. We will still listen for feedback or any crashes you don't want submitted over Sentry, it's only supposed to make it easier.
The currently known data collected by error reports sent in debug builds is:
-
Current application log (
latest.log)- OS version
- SCT and application version
- Depending on the problem, this might also include information about open windows
-
Stack trace
- What issue occured
- What code caused the issue
-
System Environment
- OS version (e.g. Microsoft Windows 10.0.22000)
- .NET runtime version
- SCT application version
- Sentry SDK version (SDK version of the error reporting library)
- Loaded assemblies (i.e. libraries)
-
Locale information
- Calendar type
- Timezone
- Locale name (e.g. English, en-US)