Releases: rollbar/rollbar-react-native
Releases · rollbar/rollbar-react-native
v1.0.0-beta.5
What's Changed
- chore(deps): bump json5 from 2.1.3 to 2.2.3 by @dependabot in #166
- chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #176
- chore(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #168
- Bumped minimum deployment to 13 tracking React-Core dep minimum by @matux in #193
- Use latest Rollbar Apple SDK 3.3.1 by @matux in #192
- Version 1.0.0-beta.3 by @matux in #194
- Use latest Rollbar Apple SDK 3.3.2 by @matux in #196
- Version 1.0.0-beta.4 by @matux in #197
- Use latest Rollbar Apple SDK 3.3.3 by @matux in #203
- Version 1.0.0-beta.5 by @matux in #204
New Contributors
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.5
v1.0.0-beta.2
v1.0.0-beta.1
Fixes configuration updates on iOS, #179
v1.0.0-beta.0
Rollbar.js now a peer dependency
- The full rollbar.js interface and configuration are now available within React Native.
- Rollbar.js can be updated without waiting for a rollbar-react-native release that contains the update.
Rollbar-react-native is now fully compatible with @Rollbar/react.
- Typescript types that allow using the two SDKs together.
- Allows identical config for both Native and web-only targets.
Rollbar-react-native is now compatible with web-only build targets.
- Detects the web build target and loads the correct entry point for Rollbar.js.
- Allows using the same imports for all build targets.
Integrated with the rollbar-apple SDK for iOS
- Rollbar-apple has numerous improvements over the deprecated rollbar-ios.
- Rollbar-apple is actively updated and maintained for compatibility with current iOS devices and XCode.
Install and configuration: https://docs.rollbar.com/docs/react-native
Migration from 0.x: https://docs.rollbar.com/docs/migrating-to-v100
v0.9.3
v0.9.2
Highlights
Fixes XCode 12 build issue
Updates minimum Rollbar.js, 2.19.3 -> 2.21.1
- Enable reporting Content Security Policy (CSP) errors
- Fix scrubbing of objects that are referenced twice in the payload
- Network telemetry XHR response Content-Type fixes
Pull requests
Fix React depenedency to enable XCode 12 build, #141
Update rollbar.js to 2.21.1, #145
v0.9.1
v0.9.0
v0.8.1
v0.8.0
Highlights
- Enables native uncaught exceptions on Android
- Fixes build error in React Native 62+
- Fixes iOS build errors caused by header conflicts
- Allows setting Android code version
- Enables Javascript callbacks (
checkIgnore
,onSendCallback
,transform
) config.captureDeviceInfo
is off by default
Pull requests
Update rollbar-android v1.7.1, #111
Allow setting the code version for android, #113
Update rollbar.js 2.16.1, #115
Update rollbar-ios 1.12.7, #116
Set captureDeviceInfo false by default, #117