getsentry / raven-csharp

Superseded by: https://github.com/getsentry/sentry-dotnet
BSD 3-Clause "New" or "Revised" License
231 stars 121 forks source link

Feature - Add UnhandledExceptionEventHandler #266

Closed Herve-M closed 6 years ago

Herve-M commented 6 years ago

Hello,

I will be nice to have a (easy) solution to work with AppDomain.UnhandledException and other a-like.

NBug have a nice list to see.

Herve-M

bruno-garcia commented 6 years ago

@Herve-M We're working on a new SDK which already has that integration OOTB. it's possible to disable it though.

bruno-garcia commented 6 years ago

We've released the new SDK which solves this issue:

https://github.com/getsentry/sentry-dotnet/releases

https://www.nuget.org/packages/Sentry

I'll close this issue but please feel free to reopen or open one in the new repository if you have any issues integrating. We'll be happy to help you moving over to the new SDK.