Releases: DigitalStrawberry/ANE-Bugsnag
Releases · DigitalStrawberry/ANE-Bugsnag
v1.6
- 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
v1.4
v1.3
v1.2
Bug fixes
v1.1
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
Initial Bugsnag version