How to get crash notification in app

How can I get an in-app notification from Sentry as/after it reports a crash so the app can take appropriate action to notify the user? Cocoa/iOS.

Never mind. Answered my own question:
[SentryClient.sharedClient crashedLastLaunch]
Not a notification, per se, but checking this immediately following SentryClient instantiation is just as effective.