getsentry / getsentry/sentry-dotnet
WinForms package
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
More context: https://github.com/getsentry/sentry-dotnet/issues/285#issuecomment-541893300
Avoid documenting stuff like this: https://docs.sentry.io/platforms/dotnet/guides/winforms/ as simply adding the package will already hook into the right places.
* Making use of WinForms specific APIs that could enrich the event (name of the active Form?)
* For example: [`System.Windows.Forms.SystemInformation`](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.systeminformation)
* Set Global Hub mode by default
* Find a solution to `WithScope` (deprecate once alternative added #675 )
* One of the reasons for the `
Contributor guide
Assessment
This issue has not been assessed yet.