Skip to content

Commit 516c7a2

Browse files
feat(apple): Explain unsymbolicated stacktraces (#13921)
1 parent 53ca31f commit 516c7a2

File tree

1 file changed

+6
-0
lines changed
  • docs/platforms/apple/common/troubleshooting

1 file changed

+6
-0
lines changed

docs/platforms/apple/common/troubleshooting/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,9 @@ you might see a compilation error `'required' initializer 'init(from:)' must be
203203
* `SentryUser`
204204

205205
You can fix this by not subclassing the affected classes. Strictly speaking, this is a breaking change, but these classes are not intended to be subclassed. If you have a strong reason to subclass them, please open a [GitHub issue](https://github.com/getsentry/sentry-cocoa/issues/new/choose).
206+
207+
## Unsymbolicated stacktraces for non fatal events
208+
209+
Cocoa SDK versions [8.51.1](https://github.com/getsentry/sentry-cocoa/releases/tag/8.51.1) and [8.52.0](https://github.com/getsentry/sentry-cocoa/releases/tag/8.52.0) have a bug that causes unsymbolicated stacktraces for non-fatal events, such as`captureError`, `captureMessage` or `captureException`. All or most stacktrace frames are then marked as `redacted` by Sentry. This bug doesn't impact fatal events or crashes.
210+
211+
Please update the Cocoa SDK to version [8.52.1](https://github.com/getsentry/sentry-cocoa/releases/tag/8.52.1) or above or stay on version [8.51.0](https://github.com/getsentry/sentry-cocoa/releases/tag/8.51.0) or below to fix this problem.

0 commit comments

Comments
 (0)