error handling/feedback to developer library or plugin?

Is there a popular library/plugin that Corona developers use that allow you to automatically get feedback from any errors that occur in your app.  I was thinking something along the lines of 

  • user agrees to feedback error info at initial startup

  • captures any unhandles errors

  • sends the dump back to you via email 

Just wondering if someone already thought through the best way to implement this and created a library?

Or does Corona have something that assists here (re a Corona service) that I’ve not come across?

bump - still interested in hearing if there’s an existing library, or upcoming plugin for this?

We’ve added support for you to put in an eventListener that catches runtime errors and instead of crashing the app you can do something with it.  From there you could formulate a log and email it.  You could also add some analytics with Flurry and report the event to Flurry. 

There was a Wednesday FAQ blog post on it a few months ago.

bump - still interested in hearing if there’s an existing library, or upcoming plugin for this?

We’ve added support for you to put in an eventListener that catches runtime errors and instead of crashing the app you can do something with it.  From there you could formulate a log and email it.  You could also add some analytics with Flurry and report the event to Flurry. 

There was a Wednesday FAQ blog post on it a few months ago.