Releases: expo/sentry-expo
Releases Β· expo/sentry-expo
v7.1.1
π New features
- Upgrade
@sentry/react-native
to5.10.0
. (#374 by @krystofwoldrich)
Checkout the changelog for the new features and fixes
v7.0.1
7.0.1 - 2023-07-12
π Breaking changes
π New features
π Bug fixes
- Remove dependency on expo-updates (#356 by @brentvatne)
- Create new options object on every init to avoid read only error when initializing multiple times (#350 by @krystofwoldrich)
v6.2.2
6.2.2 - 2023-06-19
π Breaking changes
π New features
π Bug fixes
- Dynamically resolve
collectModulesScript
script path to support monorepos. (#343 by @krystofwoldrich)
v7.0.0
7.0.0 - 2023-06-16
π Breaking changes
- Upgrade
@sentry/react-native
to5.5.0
. (#337 by @krystofwoldrich)
Checkout the migration guide for breaking changes
π New features
π Bug fixes
π§Ή Chores
v6.2.1
6.2.1 - 2023-06-07
π Breaking changes
π New features
π Bug fixes
- RN Web Builds can't import SDK version from
@sentry/react-native
. (#341 by @krystofwoldrich)
π§Ή Chores
v6.2.0
6.2.0 - 2023-06-06
π Breaking changes
π New features
- Upgrade
@sentry/react-native
to4.15.2
. (#339 by @krystofwoldrich)
π Bug fixes
- Build-time source maps upload support for Expo SDK 48. (#331 by @krystofwoldrich)
π§Ή Chores
- Add
sentry-expo
metadata to the Sentry clients. This will help with debugging issues related to the SDKs. (#331 by @krystofwoldrich)
v6.1.1
v6.1.0
6.1.0 - 2023-03-04
π New features
- Upgrade
@sentry/react-native
to4.13.0
. (#314 by @jbagaresgaray)
π Bug fixes
- Update Android script injection logic (#322 by @kbrandwijk)
v6.0.0
Note: this release is only compatible with Expo SDK 47 and above.
π Breaking changes
- Add support for EAS Update. (#302 by @kbrandwijk)
- Upgrade to SDK 47 (#299 by @SimenB)
π New features
π Bug fixes
- Fix an issue where
TypeError: undefined is not an object (evaluating 'error.stack.replace')
was thrown in some cases. (#296 by @lachenmayer)
π§Ή Chores
v5.0.3
π Bug fixes
- Added
expo
topeerDependencies
to match ownpeerDependencies
. (#286 by @SimenB) - Fix issue with config plugin being unable to modify Android gradle file with Expo 46. (#290) by @kbrandwijk)