dd-sdk-reactnative
dd-sdk-reactnative copied to clipboard
Datadog SDK for ReactNative
### What does this PR do? Exposes feature operation APIs. ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have appropriate tests - [...
### What does this PR do? Exposes setAccountInfo APIs to JS layer. ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have appropriate tests...
### Feature description We’ve been using `SessionReplayView` to mask/unmask various items in our app, but kept running into flex layout issues since it’s effectively another view wrapper. Simply wrapping an...
### Feature description Had occasion to look for "frustration signals" in RUM reporting, while debugging an issue with our RN app Was a little confused not to see them registering...
### Describe the bug These 2 packages conflict in Expo, causing the App build to fail or the App to not boot at all. A detailed description of the problem...
### Describe the bug We wanted to add `accessibilityLabel`s to pressable components in our app and some of the UI elements from [React Native Elements](https://reactnativeelements.com/) do add RUM TAP actions...
### Describe the bug `[Datadog SDK] Debug ID not found. Are you using @datadog/mobile-react-native/metro config?` is reported in the console in Expo. ### Reproduction steps 1. Scaffold an empty Expo...
### Describe the bug We have some webview-wrapped Hybrid web app with expo. Both Expo side and Browser-side RUM instrumentation is installed. But with `import { WebView } from "@datadog/mobile-react-native-webview";`....
When I attempt to upgrade `react-native-navigation` from `v7` to `v8`, I'm getting the following on `npm install` "@datadog/mobile-react-native": "2.13.0", "@datadog/mobile-react-native-navigation": "2.13.0", "react-native": "0.73.11" ``` npm ERR! code ERESOLVE npm ERR!...
### What does this PR do? The core SDK package handles the `consumeWebviewEvent` function that is used to support WebView integration on Android new architecture, using the legacy approach. This...