Skip to content

[INNOVATION WEEK] rc-bundle service#4303

Draft
BenoitZugmeyer wants to merge 4 commits intomainfrom
benoit/rc-bundle
Draft

[INNOVATION WEEK] rc-bundle service#4303
BenoitZugmeyer wants to merge 4 commits intomainfrom
benoit/rc-bundle

Conversation

@BenoitZugmeyer
Copy link
Member

Motivation

Changes

Test instructions

Checklist

  • Tested locally
  • Tested on staging
  • Added unit tests for this change.
  • Added e2e/integration tests for this change.
  • Updated documentation and/or relevant AGENTS.md file

@cit-pr-commenter-54b7da
Copy link

cit-pr-commenter-54b7da bot commented Mar 9, 2026

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 174.43 KiB 174.43 KiB 0 B 0.00%
Rum Profiler 6.16 KiB 6.16 KiB 0 B 0.00%
Rum Recorder 25.24 KiB 25.24 KiB 0 B 0.00%
Logs 56.84 KiB 56.84 KiB 0 B 0.00%
Flagging 944 B 944 B 0 B 0.00%
Rum Slim 130.11 KiB 130.11 KiB 0 B 0.00%
Worker 23.63 KiB 23.63 KiB 0 B 0.00%
🚀 CPU Performance
Action Name Base CPU Time (ms) Local CPU Time (ms) 𝚫%
RUM - add global context 0.0055 0.0041 -25.45%
RUM - add action 0.0149 0.0129 -13.42%
RUM - add error 0.0132 0.0126 -4.55%
RUM - add timing 0.0032 0.0026 -18.75%
RUM - start view 0.0148 0.0122 -17.57%
RUM - start/stop session replay recording 0.0009 0.0006 -33.33%
Logs - log message 0.0205 0.0141 -31.22%
🧠 Memory Performance
Action Name Base Memory Consumption Local Memory Consumption 𝚫
RUM - add global context 27.11 KiB 27.09 KiB -21 B
RUM - add action 50.79 KiB 51.62 KiB +852 B
RUM - add timing 26.10 KiB 26.34 KiB +246 B
RUM - add error 56.69 KiB 55.43 KiB -1.26 KiB
RUM - start/stop session replay recording 25.59 KiB 25.50 KiB -90 B
RUM - start view 450.00 KiB 449.96 KiB -35 B
Logs - log message 44.62 KiB 45.64 KiB +1.02 KiB

🔗 RealWorld

@datadog-official
Copy link

datadog-official bot commented Mar 9, 2026

✅ Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 76.76% (-0.43%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 6933946 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback!

Introduce `RemoteConfigService` (lazy per-key cache using `OnceCell`)
that fetches the customer's RC payload concurrently with the SDK build.
Both are required — the lambda returns 500 if either fails.

Add site validation via an `ALLOWED_SITES` allowlist to prevent the
lambda from being used as an SSRF proxy.

Integration tests now each bind an OS-assigned free port so they can
run in parallel without conflicts.
* Replace SWC with rolldown (better bundling support)
* Improved caching
* Lots of minor changes
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.

1 participant