Skip to content

Releases: DigitalStrawberry/ANE-Bugsnag

v1.6

21 Jan 12:07
Compare
Choose a tag to compare
  • Updated Bugsnag SDK for iOS to v6.3.0
  • Updated Bugsnag SDK for Android to v5.5.0
  • Update ActionScript API to match new SDKs

Update ANE initialization when upgrading from previous versions:

var config:BugsnagConfig = new BugsnagConfig();
config.iosKey = IOS_KEY;
config.androidKey = ANDROID_KEY;
config.autoDetectErrors = true;
config.releaseStage = ReleaseStage.PRODUCTION;

Bugsnag.init(config);

By default the release stage is set to PRODUCTION and autoDetectErrors is true.

v1.5

18 Sep 08:42
Compare
Choose a tag to compare
  • Updated Bugsnag SDK for iOS to v5.22.5
  • Updated Bugsnag SDK for Android to v4.19.1
  • Added support for Android 64bit

v1.4

23 Jan 17:30
Compare
Choose a tag to compare
  • Updated Bugsnag SDK for iOS to v5.15.2
  • Updated Bugsnag SDK for Android to v4.3.0

v1.3

25 Nov 19:06
Compare
Choose a tag to compare

Changes:

  • Updated Bugsnag SDKs
  • Fixed invalid request saving
  • Updated Bugsnag.handleUncaughtError handler to report async and custom errors

v1.2

23 Jun 13:28
Compare
Choose a tag to compare

Bug fixes

v1.1

09 Jan 02:45
Compare
Choose a tag to compare

Added the ability to provide custom metadata in the notify method. This allows you to create custom tabs in the Bugsnag dashboard to provide more details about the error.

v1.0

09 Jan 01:54
Compare
Choose a tag to compare

Initial Bugsnag version