sentry-dotnet
sentry-dotnet copied to clipboard
Add onCrashedLastRun
Add a callback onCrashedLastRun to SentryOptions that is called by the SDK passing the event when Sentry is initialized and the last program execution terminated with a crash.
PR in Cocoa: getsentry/sentry-cocoa#808 Docs in Cocoa: https://docs.sentry.io/platforms/apple/enriching-events/user-feedback/ The issue on Java: https://github.com/getsentry/sentry-java/issues/1125