recordError() should send the report right away instead of sending them on app start (restart), that makes sense for native crashes but not for js errors the app tracks.
Marc Rousavy
As far as I know, recordError itself doesn't send an error at all, only when an actual hard app crash occurs. Could be mistaken though..