I’m using the latest Senry Sdk for iOS - sentry-cocoa 4.1.0, and would like to acheive one of the following:
Disable crash reports from Sentry, and allow only events with stack trace to be sent.
Keep Sentry crash reports, but keep existing crash reporting library working.
On our app we’re also using Bugsee, which stopped sending crash reports after the Sentry integration.
Hi HazAT,
When i’m not calling startCrashHander, and trying to send an event i get: SentryCrash has not been initialized, call startCrashHandlerWithError
This is how I send events:
`
[[SentryClient sharedClient] snapshotStacktrace:^{
Oh, you are right, sorry I forgot about this, we have to document that this currently is a limitation.
Sorry, I guess you can’t send the event with a stack trace as of right now
Thanks for you reply @HazAT!
Is there an older version of Sentry that support this? do you have an estimation when this will be supported?
We’re currently using the old Raven Sdk, this is a blocker for us to upgrade to the latest Cocoa Sdk.