Crash Reporting
🔹 Tools to use: Firebase Crashlytics, BFG SDK
What is Crash Reporting?
A crash reporting system monitors your app for crashes and helps you track, prioritize, and fix stability issues that affect the quality of your game. Crash reports often include data such as stack traces, type of crash, trends and version of software.
Games published by Big Fish use Firebase Crashlytics to provide real-time crash data for your game. Firebase Crashlytics saves you troubleshooting time by intelligently grouping crashes and highlighting the circumstances that lead up to them.
Firebase Crashlytics is integrated directly into the BFG SDK, and most of the functionality is already set up for you. Prior to configuring Firebase Crashlytics, you must first integrate the BFG SDK into your game code.
Additionally, to use Firebase in your game, you need to register your game with your Firebase project. See Firebase's documentation for more information: