Skip to content

Commit 1db20af

Browse files
remove testflight
1 parent 4ec5dbc commit 1db20af

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/apple/common/troubleshooting

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ you might see a compilation error `'required' initializer 'init(from:)' must be
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).
206206

207-
## Unsymbolicated stacktraces for non fatal events such as captureError or captureMessage
207+
## Unsymbolicated stacktraces for non fatal events
208208

209209
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.
210210

0 commit comments

Comments
 (0)