Skip to content

v0.27.0

Choose a tag to compare

@HazAT HazAT released this 13 Oct 07:47
· 3787 commits to main since this release

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.