I have to work with 2 different SDKs which should report the Crashs. Once is Firebase Crashlytics and the other is Sentry. The second one I need in the company for different tools. With Firebase I have a better overview in general.
My problem now is, I see only the crashs in Firebase, but not in Sentry. If I create by my own a crash, then it appears in both. I don't understand what is happen.
What I know is that when an app is crashing the OS creates the report and the SDK in the app is checking this with the next start of the app.
For me it looks like that Firebase catch the crash reports and Sentry didn't get it. But then why I can see my self created crashs in both?
Do you have some experience with both frameworks in one project?