Skip to content
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-7018] React Native Session Replay support #2448

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

marco-saia-datadog
Copy link
Member

What does this PR do?

Exposes some classes and apply some changes to the codebase in order to grant support to React Native Session Replay capabilities.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@codecov-commenter
Copy link

codecov-commenter commented Dec 10, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 13 lines in your changes missing coverage. Please review.

Project coverage is 70.00%. Comparing base (551b859) to head (7a92c24).

Files with missing lines Patch % Lines
...m/datadog/android/internal/utils/ImageViewUtils.kt 0.00% 7 Missing ⚠️
...d/sessionreplay/recorder/mapper/ImageViewMapper.kt 57.14% 3 Missing ⚠️
...sessionreplay/internal/recorder/resources/Cache.kt 0.00% 2 Missing ⚠️
...internal/recorder/resources/BitmapCachesManager.kt 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2448      +/-   ##
===========================================
- Coverage    70.27%   70.00%   -0.27%     
===========================================
  Files          780      781       +1     
  Lines        28823    28851      +28     
  Branches      4824     4827       +3     
===========================================
- Hits         20255    20196      -59     
- Misses        7226     7325      +99     
+ Partials      1342     1330      -12     
Files with missing lines Coverage Δ
.../java/com/datadog/android/internal/utils/IntExt.kt 0.00% <ø> (ø)
...java/com/datadog/android/internal/utils/LongExt.kt 0.00% <ø> (ø)
...ionreplay/material/internal/ChipWireframeMapper.kt 92.86% <100.00%> (+0.26%) ⬆️
.../sessionreplay/internal/DefaultRecorderProvider.kt 93.70% <100.00%> (+0.05%) ⬆️
...ssionreplay/internal/recorder/ViewUtilsInternal.kt 100.00% <ø> (ø)
...ternal/recorder/callback/RecorderWindowCallback.kt 91.95% <ø> (ø)
...eplay/internal/recorder/mapper/BasePickerMapper.kt 100.00% <ø> (ø)
...l/recorder/mapper/CheckableCompoundButtonMapper.kt 37.50% <ø> (ø)
...nternal/recorder/mapper/CheckableTextViewMapper.kt 63.79% <100.00%> (+5.90%) ⬆️
.../internal/recorder/mapper/CheckedTextViewMapper.kt 75.00% <ø> (ø)
... and 19 more

... and 26 files with indirect coverage changes

@marco-saia-datadog marco-saia-datadog marked this pull request as ready for review December 11, 2024 09:39
@marco-saia-datadog marco-saia-datadog requested review from a team as code owners December 11, 2024 09:39
@marco-saia-datadog marco-saia-datadog force-pushed the marcosaia/RUM-7018/react-native-support branch 3 times, most recently from ac26617 to 427dafe Compare December 12, 2024 14:16
@marco-saia-datadog marco-saia-datadog force-pushed the marcosaia/RUM-7018/react-native-support branch from 427dafe to 7a92c24 Compare December 12, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants