Skip to main content
This page describes the support scope and current limitations of the React Native SDK, so you can check whether your project meets the requirements before integrating.

Support scope

Packages and capabilities

JavaScript class names begin with Dd* (DdSdkReactNative, DdSdkReactNativeConfiguration, DdRum, DdLogs). Keep the default site = 'CN' on the public cloud; configure full customEndpoints for on-premises deployments.

Supported automatic collection

Current limitations

Symbolication compatibility

React Native error stacks may contain both JS frames and native frames, which are resolved differently:
JS source maps are matched by service + version + bundle file name and do not depend on the Metro debug ID plugin. Keep the SDK’s serviceName / version consistent with the upload parameters, and make the upload part of every release build.Native crashes additionally require nativeCrashReportEnabled to be set to true (off by default). Both kinds of symbol files are covered in Advanced configuration.