Skip to content

Add Sentry error monitoring to WSL Studio#21

Merged
SamratB8 merged 1 commit into
mainfrom
dev
Jul 13, 2026
Merged

Add Sentry error monitoring to WSL Studio#21
SamratB8 merged 1 commit into
mainfrom
dev

Conversation

@SamratB8

Copy link
Copy Markdown
Collaborator

Summary

Adds Sentry error monitoring to the WSL Studio application.

Changes

  • Added the Sentry NuGet package to WslStudio.App
  • Initialized Sentry during application startup
  • Enabled automatic session tracking
  • Enabled Sentry debug output for debug builds
  • Added event flushing during application shutdown
  • Added a temporary launch test message for verification

Testing

  • Restored the full WslStudio.slnx solution successfully
  • Confirmed the WslStudio.App project accepts Sentry 6.6.0
  • Verified that the existing host, dependency injection, window launch, and shutdown flow remain intact

Notes

The Sentry DSN is read from the SENTRY_DSN environment variable and is not committed to the repository.

The temporary test message should be removed after confirming the event appears in Sentry.

@SamratB8 SamratB8 added the enhancement New feature or request label Jul 13, 2026
@SamratB8 SamratB8 merged commit e4978d2 into main Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant