Releases: getsentry/sentry-react-native
Releases · getsentry/sentry-react-native
v0.35.1
- Bump sentry-cocoa to 3.12.0
v0.35.0
- Fixes an issue where error will not be reported to Sentry.
v0.34.1
v0.34.0
v0.33.0
v0.32.1
- Update sentry-wizard
v0.32.0
Breaking changes
Migration guide upgrading from < 0.32.0
Since we now use @sentry/wizard for linking with out new @sentry/cli package, the old
sentry-cli-bin package has been deprecated.
You have to search your codebase for sentry-cli-binary and replace it with @sentry/cli.
There are few places where we put it during the link process:
- In both
sentry.propertiesfiles inios/androidfolder - In your Xcode build scripts once in
Bundle React Native code and imagesand once inUpload Debug Symbols to Sentry
So e.g.:
The Upload Debug Symbols to Sentry build script looks like this:
export SENTRY_PROPERTIES=sentry.properties
../node_modules/sentry-cli-binary/bin/sentry-cli upload-dsym
should be changed to this:
export SENTRY_PROPERTIES=sentry.properties
../node_modules/@sentry/cli/bin/sentry-cli upload-dsym
General
- Bump
@sentry/wizardto0.7.3 - Bump
sentry-cocoato3.10.0 - Fixed #169
v0.31.0
- Use https://github.com/getsentry/sentry-wizard for setup process
v0.30.3
- Fix podspec file
- Fix gradle regex to allow number in projectname
v0.30.2
Updated npm dependencies