<!-- DO NOT DELETE validate_template=true template_path=.github/ISSUE_TEMPLATE/bug_report.md --> ### 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]; ```