You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2022. It is now read-only.
The Bugsnag team has released an official version of their SDK. Since they are a team and very close to the APIs and features of the iOS and Android SDKs, it is with a heavy and joyful heart that this repo will be archived.
This official package is published under the community package name, but it has some different API access. If you're upgrading to 2.0.1, please use the migration guide below:
bugsnag_flutter/bugsnag.dart is now bugsnag_flutter/bugsnag_flutter.dart
2.0.1 uses a single API key instead of platform API keys. Use ternaries like Platform.isAndroid ? androidApiKey : iosApiKey when using bugsnag.start
.setUser accepts a named ID instead of an unnamed ID in the first position
BugsnagObserver is now BugsnagNavigatorObserver
Bugsnag.instance is now a global bugsnag
Bugsnag.instance.recordError is now bugsnag.notify
Bugsnag.instance.recordFlutterError should be translated as bugsnag.notify(error.exception, error.stack)
The Bugsnag team has released an official version of their SDK. Since they are a team and very close to the APIs and features of the iOS and Android SDKs, it is with a heavy and joyful heart that this repo will be archived.
This official package is published under the community package name, but it has some different API access. If you're upgrading to
2.0.1, please use the migration guide below:bugsnag_flutter/bugsnag.dartis nowbugsnag_flutter/bugsnag_flutter.dartPlatform.isAndroid ? androidApiKey : iosApiKeywhen usingbugsnag.start.setUseraccepts a named ID instead of an unnamed ID in the first positionBugsnagObserveris nowBugsnagNavigatorObserverBugsnag.instanceis now a globalbugsnagBugsnag.instance.recordErroris nowbugsnag.notifyBugsnag.instance.recordFlutterErrorshould be translated asbugsnag.notify(error.exception, error.stack)BugsnagBreadcrumbis nowBreadcrumbType