-
-
Notifications
You must be signed in to change notification settings - Fork 357
Closed
Description
Description
Replace
sentry-react-native/ios/RNSentry.mm
Line 323 in a371274
| NSArray<SentryDebugMeta *> *debugMetaImages = [[[SentryDependencyContainer sharedInstance] debugImageProvider] getDebugImagesForAddresses:imagesAddrToRetrieveDebugMetaImages isCrash:false]; |
with either SentryDebugImageProvider.getDebugImagesFromCacheForFrames or SentryDebugImageProvider.getDebugImagesFromCacheForThreads added in getsentry/sentry-cocoa#4435, which will most likely ship with Cocoa 8.39.0. getDebugImagesForAddresses is slow and caused AppHangs on iOS; see getsentry/sentry-cocoa#4399.
krystofwoldrich and antonis
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done