-
-
Notifications
You must be signed in to change notification settings - Fork 372
Labels
Description
Description
The SDK crashes with EXC_BAD_ACCESS here
sentry-cocoa/Sources/Sentry/SentryTracer.m
Lines 268 to 272 in e324230
| - (void)cancelDeadlineTimer | |
| { | |
| [self.deadlineTimer invalidate]; | |
| self.deadlineTimer = nil; | |
| } |
The SDK crash in Sentry has more context. This is happening across multiple versions see

This is related to #3002.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done