firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

FR: Firebase Crashlytics needs better support for iOS SwiftUI

Open corban123 opened this issue 4 years ago • 1 comments

[READ] Guidelines

Feature proposal

  • Firebase Component: crashlytics (Auth, Core, Database, Firestore, Messaging, Storage, etc)

Describe your use case and/or feature request here.

Current crashes in SwiftUI that are tracked by crashlytics are generally useless. A current stack trace will look like

0
SwiftUI
_LayoutTraits.Dimension.init(min:ideal:max:) + 52
1
SwiftUI
Image.Resolved.layoutTraits() + 308
66
UIKitCore
UIApplicationMain + 1936

Being able to successfully track crashes for those that happen in SwiftUI code should be prioritized as SwiftUI becomes more prominently used.

corban123 avatar Dec 17 '20 01:12 corban123

Any update on this? SwiftUI Crashes are not going us much to work with.

alok-dks avatar Oct 25 '21 18:10 alok-dks

Hey folks,

This have been improved on Apple side for macOS 15, iOS 18, tvOS 18, or visionOS 2, for details check Xcode 16 release note Screenshot 2024-11-21 at 2 21 08 PM

Now on iOS 18 stack trace for SwiftUI will be like: image

Gonna close this feature request🎉

themiswang avatar Nov 21 '24 19:11 themiswang