aloisdeniel / flutter_plugin_appcenter

Flutter plugins for accessing Visual Studio App Center services.
55 stars 51 forks source link

Track Flutter errors (non crashes) #25

Open xxjonesriderxx opened 3 years ago

xxjonesriderxx commented 3 years ago

Only native crashes are submitted to AppCenter, Errors cought by the Flutter environment are not reportable. Because it's not a crash and the stacktrace is too long for an event. It would be nice if you could develop an method to pass an FlutterErrorDetails object to AppCenter, so its handled like an native crash or something like this.