Philipp Hofmann

Results 731 comments of Philipp Hofmann

We already have support for support for fatalError, assert, precondition with https://github.com/getsentry/sentry-cocoa/issues/662.

@lhunath, can you please give us some sample code on how you would expect our SDK to handle your feature request?

@buenaflor, you worked on the Kotlin Multiplatform in the past weeks. Isn't that issue already fixed? Or how did you work around the issue again?

Should be fixed with https://github.com/getsentry/sentry-kotlin-multiplatform/pull/20. Feel free to open if not.

Yep we could do that @bruno-garcia. I added this to Asana. We can't give you an ETA though @prof18.

It's worth mentioning that a customer uses [CrashKiOS](https://github.com/touchlab/CrashKiOS) for Kotlin Multiplatform.

Make sure to follow this requirement: > As per Sentry policy, the thread that crashed with an exception should not have a stack trace, but instead, the thread_id attribute should...

Be aware as this change could mess up grouping.

Related to https://github.com/getsentry/sentry-cocoa/issues/1691.

> Can we get values from MetricKit about the startup related to the transaction that launched the app? No, we can't because we don't get launch data in real-time. You...