If you have your own crash reporting system and need to send crashes, you can do so by calling directly sendCrash()
:
Bugfender.sendCrash("Crash title", "Stacktrace")
This functionality will be often used by SDK builders only. For example, it is used by the Xamarin SDK to report Exceptions that are uncaught in the C# realm.