We're using the 4.12.1 version of the InstaBug SDK and set up the SDK according to their official documentation.
All the other features are functional(bug report, improvement report, video capture, chat, surveys) but the crash reporting feature is the only one not recording a thing on the dashboard.
We did force enabled crash reporting although it seems like it is enabled by default.
new Instabug.Builder(this, "APP_TOKEN")
.setCrashReportingState(Feature.State.ENABLED)
.build();
We also use Crashlytics for crash reports but according to their documentation, that's okay as long as InstaBug is the last one initialised.
Does this ring a bell to anyone?