The Firebase Crashlytics Report provides a way to read and write information
to a past Crashlytics reports. A common use case is gathering end-user feedback
on the next run of the app.
The CrashlyticsReport should be modified before calling send/deleteUnsentReports.
The Firebase Crashlytics ExceptionModel provides a way to report custom exceptions
to Crashlytics that came from a runtime environment outside of the native
platform Crashlytics is running in.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-11 UTC."],[],[],null,["# FirebaseCrashlytics Framework Reference\n\nClasses\n=======\n\nThe following classes are available globally.\n- `\n ``\n ``\n `\n\n ### [FIRCrashlytics](/docs/reference/ios/firebasecrashlytics/api/reference/Classes/FIRCrashlytics)\n\n `\n ` \n The Firebase Crashlytics API provides methods to annotate and manage fatal and\n non-fatal reports captured and reported to Firebase Crashlytics.\n\n By default, Firebase Crashlytics is initialized with `FirebaseApp.configure()`.\n\n Note: The Crashlytics class cannot be subclassed. If this makes testing difficult,\n we suggest using a wrapper class or a protocol extension. \n\n #### Declaration\n\n Objective-C \n\n\n @interface FIRCrashlytics : NSObject\n\n- `\n ``\n ``\n `\n\n ### [FIRCrashlyticsReport](/docs/reference/ios/firebasecrashlytics/api/reference/Classes/FIRCrashlyticsReport)\n\n `\n ` \n The Firebase Crashlytics Report provides a way to read and write information\n to a past Crashlytics reports. A common use case is gathering end-user feedback\n on the next run of the app.\n\n The CrashlyticsReport should be modified before calling send/deleteUnsentReports. \n\n #### Declaration\n\n Objective-C \n\n\n @interface FIRCrashlyticsReport : NSObject\n\n- `\n ``\n ``\n `\n\n ### [FIRExceptionModel](/docs/reference/ios/firebasecrashlytics/api/reference/Classes/FIRExceptionModel)\n\n `\n ` \n The Firebase Crashlytics ExceptionModel provides a way to report custom exceptions\n to Crashlytics that came from a runtime environment outside of the native\n platform Crashlytics is running in. \n\n #### Declaration\n\n Objective-C \n\n\n @interface FIRExceptionModel : NSObject\n\n- `\n ``\n ``\n `\n\n ### [FIRStackFrame](/docs/reference/ios/firebasecrashlytics/api/reference/Classes/FIRStackFrame)\n\n `\n ` \n The Firebase Crashlytics `StackFrame` provides a way to construct the lines of\n a stack trace for reporting along with a recorded `ExceptionModel`. \n\n #### Declaration\n\n Objective-C \n\n\n @interface FIRStackFrame : NSObject"]]