You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
Unfortunately, the documentation is still showing for the 1.x API (both on the GitHub README and on https://docs.getsentry.com/hosted/clients/csharp/). This caused some confusion when installing SharpRaven on a new project and being told that CaptureException was deprecated.
The text was updated successfully, but these errors were encountered:
@GotenXiao Thanks for pointing this out. I'll be sure to get to it some day, but if you have time to fix it, I would highly appreciate a pull request. You can edit the documentation directly on GitHub, no need to fork or clone locally. Just browse to the file you want to edit and click the edit pencil.
@c0bra The unit tests will continue to execute methods that exist until they are removed, to ensure that they still work, although deprecated. The recommended way to capture exceptions now is with the Capture(SentryEvent) and CaptureAsync(SentryEvent) methods. All other Capture...() methods are [Obsolete] as you can see.
Congratulations on the release of 2.0!
Unfortunately, the documentation is still showing for the 1.x API (both on the GitHub README and on https://docs.getsentry.com/hosted/clients/csharp/). This caused some confusion when installing SharpRaven on a new project and being told that CaptureException was deprecated.
The text was updated successfully, but these errors were encountered: