rollbar-react-native
rollbar-react-native copied to clipboard
Crash and error reporting for React Native using Rollbar
Updating to the latest version of rollbar-react-native enabled capturing of the native exceptions however they are still showing up in the logs as react-native vs android exactly the same exception...
### What This PR introduces [React Native for Web](https://github.com/necolas/react-native-web) support to pure/vanilla (**not Expo**) React Native projects using Rollbar, and is dependent on [another PR](https://github.com/rollbar/rollbar.js/pull/859) for the Rollbar.js repository that...
https://rubygems.org/gems/fastlane-plugin-rollbar https://github.com/stereodenis/fastlane-plugin-rollbar
Similar to telemetry in rollbar.js. This needs to include the config options for enabling/disabling telemetry and scrubbing telemetry data.
Hi ! Last time I noticed error in GooglePlay Console, which is repeated very often : ``` java.lang.NoClassDefFoundError: at com.rollbar.notifier.sender.AbstractSender. (AbstractSender.java:24) at com.rollbar.notifier.sender.SyncSender. (SyncSender.java:34) at com.rollbar.notifier.sender.SyncSender$Builder.build (SyncSender.java:155) at com.rollbar.notifier.sender.BufferedSender$Builder.build (BufferedSender.java:189)...
The [docs](https://docs.rollbar.com/docs/source-control#section-advanced-options) say that to get frames linking back to the repo, the payload has to contain the `server.root` and `server.code_version` fields. The SDK should support configuring these options.
When I try to build the application I got this error regarding "RCTBridgeModule.h". on file "RollbarReactNative.h" `Typedef redefinition with different types ('struct (anonymous struct at .../node_modules/react-native/React/Base/RCTBridgeModule.h:52:16)' vs 'struct RCTMethodInfo')` A...
Similar to Rollbar-PHP's scrub_whitelist: an array of fields that you do NOT to be scrubbed even if they match entries in scrub_fields.