rollbar-react-native
rollbar-react-native copied to clipboard
Crash and error reporting for React Native using Rollbar
We've recently updated our One Signal installation which requires nesting the Notification Service Extension target _inside_ the app target within the Podfile. This results in the following build errors from...
We would like to remove the `device_name` from the `deviceInfo` to anonymise the error, unfortunately it's currently impossible. After reviewing there seem to be 2 possible solutions: - Expose the...
What you package is support Android 12 bugs catches?
Hi! I can't produce a working sourcemap when building in iOS with Hermes activated. I've created an issue in react native: https://github.com/facebook/react-native/issues/32497 but I would like to know if someone...
Let's say I send objects as part of my `extra` arguments, something like: ``` { "prop1": "val1", "prop2": "val2", "prop3": "val3", } ``` If one of those values turns out...
## **Platforms:** - [x] Android - [x] iOS ## **Versions:** **`rollbar-react-native` version:** 0.9.1 **`react-native` version:** 0.61.5 _(not using expo)_ ## **Problem:** Running into an issue when trying to integrate the...
Could we have an update to automatically send device telemetry with the event for iOS and Android? Fields that would be handy: Device Information - Device Family (iOS/Android/...) - Device...
I want to be able to filter by the platform on the Rollbar page but the only available data is always for the framework React-Native. How can I filter by...
The clearPerson function does not seem to be working correctly. See below for a simple example. ``` import { Client } from 'rollbar-react-native'; const rollbar = new Client('API_KEY'); rollbar.error('No user...