-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📝 [RUM-5172] add react integration documentation #2873
Conversation
Co-authored-by: Nicolas Ulrich <[email protected]>
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some comments for style. Let me know when you'd like another look. Thank you!
Co-authored-by: Jen Gilbert <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2873 +/- ##
==========================================
- Coverage 93.68% 93.67% -0.02%
==========================================
Files 266 266
Lines 7584 7584
Branches 1687 1687
==========================================
- Hits 7105 7104 -1
- Misses 479 480 +1 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Thomas Lebeau <[email protected]>
* 📝 [RUM-5172] add react integration documentation * Apply suggestions from code review Co-authored-by: Nicolas Ulrich <[email protected]> * Apply suggestions from code review Co-authored-by: Jen Gilbert <[email protected]> * use link references * Apply suggestions from code review Co-authored-by: Thomas Lebeau <[email protected]> --------- Co-authored-by: Nicolas Ulrich <[email protected]> Co-authored-by: Jen Gilbert <[email protected]> Co-authored-by: Thomas Lebeau <[email protected]>
Motivation
Document how to use the react integration. See it rendered: https://github.com/DataDog/browser-sdk/blob/benoit/react-doc/packages/rum-react/README.md
Changes
Add documentation to the README
Testing
I have gone over the contributing documentation.