rickclephas / NSExceptionKt

A Kotlin Multiplatform Library to improve crash reports on Apple platforms
MIT License
181 stars 12 forks source link

No change in Sentry crash reports #23

Closed rishabh876 closed 11 months ago

rishabh876 commented 11 months ago

While testing this library with both Crashlytics and Sentry. I found that Crashlytics is working as expected, but on Sentry the crash is still the same i.e., WatchdogTermination with no stack trace.

Screenshot: https://imgur.com/a/mLtCZ6r

Version: 0.1.16 Sentry-cocoa : 8.15.0

rishabh876 commented 11 months ago

closing the issue, I forgot to call setupSentry. Working fine now