Skip to content

v1.0.0-beta.0

Compare
Choose a tag to compare
@waltjones waltjones released this 11 Jul 15:01
· 19 commits to master since this release
4a88a17

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