- (bugsnag-expo-cli) Updated bugsnag-expo-cli to support Typescript #98
- Read API key and app version from
Constants.expoConfig
#119
- (plugin-expo-eas-sourcemaps) Reinstate API key in Android manifest #117
- (plugin-expo-eas-sourcemaps) Support dynamic configuration files in EAS Build lifecycle hook #117
This release adds support for expo 48
- (bugsnag-expo-cli) CLI tool now installs a sourcemap plugin version that matches the Expo SDK version #111
- (plugin-expo-eas-sourcemaps) Use EAS Build lifecycle hook for Android source map uploads #112
- (plugin-expo-eas-sourcemaps) Restrict Bugsnag Android Gradle Plugin dependency to v7 #104
- Fixed an issue with source map matching for standalone Android apps built using EAS Build #92
- Added
app.versionCode
(Android) andapp.bundleVersion
(iOS) metadata for standalone apps #92 - Added
codeBundleId
configuration option #92
This release adds support for expo 47
- (bugsnag-expo-cli) Fix issue with automated installation when using app.config.js #71
- (bugsnag-expo-cli) Improve monorepo compatibility for plugin-expo-eas-sourcemaps installation #59
This release adds support for expo 46
- Added
Bugsnag.isStarted()
to check whether Bugsnag has initialized #34 - (plugin-expo-eas-sourcemaps) Add minimum version check to sourcemap plugin #45
This release adds support for sourcemap uploads when using EAS Build
- Added new
@bugsnag/plugin-expo-eas-sourcemaps
plugin #40 - Updated CLI tool to automate installation of sourcemap plugin #40
This release adds support for expo 45
- Fixed an issue in the
bugsnag-expo-cli
install script when reporting an unsupported version of expo #31
This release marks a change in the version scheme used by @bugsnag/expo
and a move to its own repo, bugsnag-expo
From this version onwards, @bugsnag/expo
will match the Expo SDK version number. For example, @bugsnag/expo
v44 supports Expo SDK 44. When updating to a new Expo SDK version, you should also update @bugsnag/expo
-
@bugsnag/expo
now uses peer dependencies for the Expo packages it depends on. Run the bugsnag-expo-cli to add these dependencies to your project:$ npx bugsnag-expo-cli install
Alternatively, you can use
expo install
:$ expo install @react-native-community/netinfo expo-application expo-constants expo-crypto expo-device expo-file-system