Skip to content

Releases: rollbar/rollbar-react-native

v1.0.0-beta.2

18 Dec 17:28
45fcebd
Compare
Choose a tag to compare
  • Fix for JS uncaught exceptions, #184
  • Lower Android minSdkVersion (16), #185
  • Use latest rollbar-apple RollbarNotifier version (3.2.0), #185

v1.0.0-beta.1

27 Sep 00:11
b1886fb
Compare
Choose a tag to compare

Fixes configuration updates on iOS, #179

v1.0.0-beta.0

11 Jul 15:01
4a88a17
Compare
Choose a tag to compare

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

11 Jan 17:39
44699e3
Compare
Choose a tag to compare

Add missing captureDeviceInfo property to type definitions file, #143

v0.9.2

19 Mar 14:39
79e9064
Compare
Choose a tag to compare

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

26 Aug 20:35
b98cf4b
Compare
Choose a tag to compare

Highlights

Update minimum Rollbar.js, 2.16.1 -> 2.19.3, fixes JSON polyfill issue.

Pull requests

Update deps to secure versions, #129
chore(deps): bump braces from 1.8.5 to 2.3.2, #133
Update rollbar.js to 2.19.3, #134

v0.9.0

31 Jul 23:24
Compare
Choose a tag to compare

Highlights

  • Support un-ejected Expo and other JS only frameworks
  • Allow enable/disable of uncaught exceptions

Pull requests

Allow passing registerExceptionHandler parameter, #125
Bump lodash from 4.17.15 to 4.17.19, #126
Enable js-only Expo (no native linking required), #127

v0.8.1

14 May 22:16
Compare
Choose a tag to compare

Fixes the iOS build by pulling in rollbar/rollbar-ios#283

Update rollbar-ios 1.12.8, #119

v0.8.0

14 May 17:18
Compare
Choose a tag to compare

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

v0.7.2

02 Apr 19:54
Compare
Choose a tag to compare

Highlights

Fixes uncaught rejection handling, #105