|
| 1 | +# Datadog SDK for React Native |
| 2 | + |
| 3 | +Datadog Real User Monitoring (RUM) enables you to visualize and analyze the real-time performance and user journeys of your application’s individual users. |
| 4 | + |
| 5 | +## Setup |
| 6 | + |
| 7 | +See the dedicated [Datadog React Native RUM Collection documentation][1] to learn how to send RUM data from your React Native application to Datadog. |
| 8 | + |
| 9 | +The RUM React Native SDK supports [Expo][2]. For more information, see the [Expo documentation][3]. |
| 10 | + |
| 11 | +The RUM React Native SDK supports monitoring hybrid applications. For more information, see the [hybrid app documentation][8]. |
| 12 | + |
| 13 | +The RUM React Native SDK supports [OpenTelemetry][9] and distributed traces through header generation. For more information, see the [OpenTelemetry documentation][10]. |
| 14 | + |
| 15 | +## Troubleshooting |
| 16 | + |
| 17 | +If you encounter any issue when using the Datadog SDK for React Native, please take a look at the [troubleshooting documentation][4], or at the [existing issues][5]. |
| 18 | + |
| 19 | +## Contributing |
| 20 | + |
| 21 | +Pull requests are welcome. First, open an issue to discuss what you would like to change. For more information, read the [Contributing Guide][6]. |
| 22 | + |
| 23 | +## License |
| 24 | + |
| 25 | +For more information, see [Apache License, v2.0][7] |
| 26 | + |
| 27 | +[1]: https://docs.datadoghq.com/real_user_monitoring/reactnative/ |
| 28 | +[2]: https://docs.expo.dev/ |
| 29 | +[3]: https://docs.datadoghq.com/real_user_monitoring/reactnative/expo/ |
| 30 | +[4]: https://docs.datadoghq.com/real_user_monitoring/mobile_and_tv_monitoring/troubleshooting/#react-native |
| 31 | +[5]: https://github.com/DataDog/dd-sdk-reactnative/issues?q=is%3Aissue |
| 32 | +[6]: https://github.com/DataDog/dd-sdk-reactnative/blob/develop/CONTRIBUTING.md |
| 33 | +[7]: https://github.com/DataDog/dd-sdk-reactnative/blob/main/LICENSE |
| 34 | +[8]: https://docs.datadoghq.com/real_user_monitoring/guide/monitor-hybrid-react-native-applications/ |
| 35 | +[9]: https://opentelemetry.io/ |
| 36 | +[10]: https://docs.datadoghq.com/real_user_monitoring/platform/connect_rum_and_traces/?tab=reactnativerum#opentelemetry-support |
0 commit comments