Skip to content

RUM-14720[Guild]: Migrating to unified InternalLoggerUtils#3241

Merged
satween merged 1 commit into
developfrom
tvaleev/feature/RUM-14720-unified-internal-logger-utils
Mar 6, 2026
Merged

RUM-14720[Guild]: Migrating to unified InternalLoggerUtils#3241
satween merged 1 commit into
developfrom
tvaleev/feature/RUM-14720-unified-internal-logger-utils

Conversation

@satween

@satween satween commented Mar 6, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

There was a lot of copied code in the InternalLoggerUtils files across several modules. Most of it was just handy methods for log verification. This PR consolidates all unique logging verification methods in one place and removes copies from each module.

Motivation

Maintaining ~8 files inside each module is not efficient. testFixture dependency allows to provide same code for all modules.

Additional Notes

Anything else we should know when reviewing?

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 requested review from a team as code owners March 6, 2026 13:56

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 24ce9cfc1d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@datadog-datadog-prod-us1

This comment has been minimized.

@codecov-commenter

codecov-commenter commented Mar 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.63%. Comparing base (ba162fa) to head (24ce9cf).
⚠️ Report is 171 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3241      +/-   ##
===========================================
+ Coverage    71.49%   71.63%   +0.14%     
===========================================
  Files          934      934              
  Lines        34628    34641      +13     
  Branches      5862     5863       +1     
===========================================
+ Hits         24755    24814      +59     
+ Misses        8231     8209      -22     
+ Partials      1642     1618      -24     

see 40 files with indirect coverage changes

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

@aleksandr-gringauz aleksandr-gringauz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nice improvement! LGTM.

@satween
satween merged commit f793454 into develop Mar 6, 2026
27 checks passed
@satween
satween deleted the tvaleev/feature/RUM-14720-unified-internal-logger-utils branch March 6, 2026 19:06
@ncreated
ncreated restored the tvaleev/feature/RUM-14720-unified-internal-logger-utils branch April 9, 2026 09:50
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.

3 participants