Skip to content

[RUM-11249][FO]: public API#2814

Merged
satween merged 1 commit into
feature/featureoperationsfrom
tvaleev/feature/RUM-11249
Aug 11, 2025
Merged

[RUM-11249][FO]: public API#2814
satween merged 1 commit into
feature/featureoperationsfrom
tvaleev/feature/RUM-11249

Conversation

@satween

@satween satween commented Aug 8, 2025

Copy link
Copy Markdown
Contributor

What does this PR do?

This PR adds public API without any implementation for the FO feature.

Motivation

This changes should unblock RN integration implementation

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)

@satween
satween marked this pull request as ready for review August 8, 2025 13:51
@satween
satween requested review from a team as code owners August 8, 2025 13:51
Comment thread features/dd-sdk-android-rum/src/main/kotlin/com/datadog/android/rum/RumMonitor.kt Outdated
ambushwork
ambushwork previously approved these changes Aug 11, 2025
Comment thread features/dd-sdk-android-rum/api/apiSurface Outdated
@codecov-commenter

codecov-commenter commented Aug 11, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.91%. Comparing base (c6b7a43) to head (eaca227).
⚠️ Report is 411 commits behind head on feature/featureoperations.

Files with missing lines Patch % Lines
.../main/kotlin/com/datadog/android/rum/RumMonitor.kt 0.00% 4 Missing ⚠️
...dog/android/rum/featureoperations/FailureReason.kt 0.00% 3 Missing ⚠️
Additional details and impacted files
@@                      Coverage Diff                      @@
##           feature/featureoperations    #2814      +/-   ##
=============================================================
- Coverage                      70.18%   69.91%   -0.27%     
=============================================================
  Files                            834      835       +1     
  Lines                          31296    31303       +7     
  Branches                        5259     5259              
=============================================================
- Hits                           21964    21885      -79     
- Misses                          7883     7929      +46     
- Partials                        1449     1489      +40     
Files with missing lines Coverage Δ
.../android/rum/internal/monitor/DatadogRumMonitor.kt 85.45% <ø> (-1.21%) ⬇️
...dog/android/rum/featureoperations/FailureReason.kt 0.00% <0.00%> (ø)
.../main/kotlin/com/datadog/android/rum/RumMonitor.kt 18.18% <0.00%> (-10.39%) ⬇️

... and 33 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mariedm mariedm left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT, but we must only expose 3 APIs: start, end successfully, and with failure.

@satween
satween merged commit 7ef820f into feature/featureoperations Aug 11, 2025
25 of 26 checks passed
@satween
satween deleted the tvaleev/feature/RUM-11249 branch August 11, 2025 16:22
@satween satween changed the title RUM-11249: Feature operations public API RUM-11249: [FO] public API Aug 11, 2025
fun failFeatureOperation(
name: String,
operationKey: String? = null,
failureReason: FailureReason,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@satween satween changed the title RUM-11249: [FO] public API [RUM-11249][FO]: public API Aug 25, 2025
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.

6 participants