dd-sdk-reactnative icon indicating copy to clipboard operation
dd-sdk-reactnative copied to clipboard

Datadog SDK for ReactNative

Results 97 dd-sdk-reactnative issues
Sort by recently updated
recently updated
newest added

### Describe the bug Recently I haven't been able to create a dev iOS build. Version of DD SDK used - 2.6.1 - "@datadog/mobile-react-native": "^2.6.1", - "@datadog/mobile-react-navigation": "^2.6.1", ### Reproduction...

bug

### Describe the bug The problem I am trying to solve is a related to [this issue](https://github.com/DataDog/dd-sdk-reactnative/issues/298) **Problem:** Unable to view unhandled rejections in my crash / error reporting tool...

bug
enhancement

### Feature description https://github.com/DataDog/dd-sdk-ios/issues/591#issuecomment-2658564716 Recently, the iOS datadog sdk was given the `stopInstance()` api that lets you tear down the dd sdk and reinitialize it with different parameters. This would...

enhancement
awaiting response
stale

### Describe the bug `DdLogs.[level]` and `DdRum.addAction` strips properties from `context.error` Using latest minor version of "@datadog/mobile-react-native", through "expo-datadog" ## On Android With a basic error ``` const error =...

bug

### Describe the bug ### Description: We are currently using `DdRum.startView` and `DdRum.stopView` methods to capture views in our application. These methods also record resources, actions, and logs occurring within...

bug
awaiting response
stale

### Describe the bug We've an expo sdk 50 project. We added datadog by adding to our app.json, plugins section: - `"expo-datadog"` To our package.json: - `"expo-datadog": "^50.0.0",` - `"@datadog/mobile-react-native":...

bug
awaiting response
stale

### Stack trace ReferenceError: Property 'BigInt' doesn't exist, js engine: hermes ### Reproduction steps Not able to run package version 2.3.6 on Xcode 16 made me install the new version....

awaiting response
crash
stale

### Describe the issue I added the library `yarn add @datadog/mobile-react-native` and upon trying to run the app on my AVD, it provides and error stating that it cannot resolve...

awaiting response
setup
stale

### Stack trace As recorded by attached [Flipper](https://fbflipper.com/) (0.269.0) ``` FATAL EXCEPTION: main java.lang.VerifyError: Verifier rejected class com.datadog.android.rum.DdRumContentProvider: boolean com.datadog.android.rum.DdRumContentProvider.onCreate() failed to verify: boolean com.datadog.android.rum.DdRumContentProvider.onCreate(): [0x74] register v3 has type...

crash

### What does this PR do? This PR features the first implementation of the Flagging SDK for React Native based on the iOS SDK. Basically, it introduces a wrapper and...