Platform
Apple
Installed
CocoaPods
Version
0.21.0
Steps to Reproduce
- Initialise Sentry as it is described in the manual (https://docs.sentry.io/platforms/kotlin/guides/kotlin-multiplatform/initialization-strategies/)
- force crashes - one on swift layer, second on kotlin layer
- Observe results in Sentry
kotlin crash report:

platform crash report:

Expected Result
Metadata must be present for both crashes happened on platform side or kotlin multiplatform side.
Actual Result
No metadata for crash happened on kotlin multiplatform.