Skip to main content

BugSnag

The BugSnag extension gives you access to the BugSnag platform with error monitoring to monitor application health and streamline your debugging workflow.

Features:

  • Error monitoring - Monitor app health and streamline your debugging workflow
  • Automatically converts AIR Error's to native error reports
  • Single API interface - your code works across supported platforms with no modifications
  • Sample project code and ASDocs reference

As with all our extensions you get access to a year of support and updates as we are continually improving and updating the extensions for OS updates and feature requests.

Documentation

The documentation site forms the best source of detailed documentation for the extension along with the asdocs.

Quick Example:

AIR
try
{
throw new Error( "An error occurred", 1023 )
}
catch (e:Error)
{
BugSnag.instance.notifyError( e );
}

License

You can purchase a license for using this extension:

distriqt retains all copyright.