-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
experimental wpf integration #1036
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1036 +/- ##
==========================================
- Coverage 84.34% 84.13% -0.21%
==========================================
Files 219 219
Lines 7423 7350 -73
Branches 1417 1409 -8
==========================================
- Hits 6261 6184 -77
+ Misses 735 730 -5
- Partials 427 436 +9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Instructions and example for changelogPlease add an entry to Example: - experimental wpf integration ([#1036](https://github.com/getsentry/sentry-dotnet/pull/1036)) If none of the above apply, you can opt out of this check by adding |
@SimonCropp just going through the old pull requests, looking to close any that are no longer active. Is this one still being worked on or should we close this? |
Starting from a sample to see what hooks we need.
The goal is to create a new package
Sentry.Wpf
that already hooks toDispatcherUnhandledException
. Additionally it would set up offline caching by default, and create some transactions out of the box.Once #1013 is done it can also emit release health stats out of the box.
Blocked by #1095