dd-sdk-reactnative
dd-sdk-reactnative copied to clipboard
Datadog SDK for ReactNative
Hi, I am experiencing issue in Datadog dashboard after implementing SDK [dd-sdk-reactnative]. The P75 Loading time is always N/A for all screen views. We have used startView and stopView combination...
Hi there! Just wondering if session replay will be supported in the react native SDK any time in the future? 🙂
**Is your feature request related to a problem? Please describe.** Yeah, Testflight reports that bitcode is not supported for my app since i added `dd-sdk-reactnative` **Describe the solution you'd like**...
### Describe the issue I'm trying to add "@datadog/mobile-react-native": "^2.4.3" and "@datadog/mobile-react-navigation": "^2.4.3" but getting error on android build `* What went wrong: Execution failed for task ':app:checkDebugDuplicateClasses'. > A...
### What does this PR do? Adds tracking for non-fatal ANRs on Android and app hangs on iOS. ### Review checklist (to be filled by reviewers) - [ ] Feature...
### Describe the bug We have native apps (iOS and android) and DataDog RUM already been instrumented and working fine. We recently developed some screens using react native (FYI, React...
### Describe the bug tvOS does not support web views. Version 2 of the SDK requires `DatadogWebViewTracking` which does not support `tvOS`. ### Reproduction steps 1. Create `react-native-tvos` application 2....
### Reproduction steps - Developing an Expo app. 1. Added `@datadog/mobile-react-native` as a dependency in my package.json project 2. Tried to build the app using eas build --platform=ios (android is...
## What does this PR do? Retrieves synthetics attributes from the MainActivity intent and configures RUM, so that the session will be detected, treated and reported as a synthetics test....
### Describe the bug While using `DdRum.addError` to send errors to Datadog, under some conditions the error message is replaced by the stack trace. From empirical testing, I noticed that...