Closed
Description
Step 1: Describe your environment
- Xcode version: 12.5.1
- Firebase SDK version: 8.6.0
- Installation method:
CocoaPods
- Firebase Component: Crashlytics
Step 2: Describe the problem
Steps to reproduce:
Throw a NSException with null reason and this crash will not appear on the dashboard.
Relevant Code:
@throw [NSException exceptionWithName:@"SyntheticCrash" reason:nil userInfo:nil];