v0.27.0
We decided to deactivate stack trace merging by default on iOS since it seems to unstable right now.
To activate it set:
Sentry.config("___DSN___", {
deactivateStacktraceMerging: false
});
We are looking into ways making this more stable and plan to re-enable it again in the future.