v7.2.0 - #4679
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8b6743074a
ℹ️ 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".
| - ⚗️ Make Live Debugger per-second budgets configurable ([#4509](https://github.com/DataDog/browser-sdk/pull/4509)) [DEBUGGER] | ||
| - ⚗️ Tighten Live Debugger global hook typing ([#4508](https://github.com/DataDog/browser-sdk/pull/4508)) [DEBUGGER] | ||
| - ⚗️ fix debugger package version for v7 [DEBUGGER] | ||
| - ⚗️ Add Live Debugger package ([#4449](https://github.com/DataDog/browser-sdk/pull/4449)) [DEBUGGER] [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-NUXT] [RUM-SLIM] [RUM-VUE] [WORKER] |
There was a problem hiding this comment.
Make debugger publishable before announcing it
This v7.2.0 entry tells customers a new @datadog/browser-debugger package is available, but packages/debugger/package.json still has private: true and no version, while the npm release job publishes with yarn workspaces foreach ... --no-private npm publish in scripts/deploy/publish-npm.ts:25. That means this release will skip the debugger workspace, so users following the README/npm link won't be able to install the announced package; either make the debugger package publishable/versioned for this release or remove it from the public changelog.
Useful? React with 👍 / 👎.
| - ✅ fix flaky cookieAccess tests in slow CI ([#4613](https://github.com/DataDog/browser-sdk/pull/4613)) [DEBUGGER] [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-NUXT] [RUM-SLIM] [RUM-VUE] [WORKER] | ||
| - ✅ delay /empty.css response to fix WebKit early-timings flake ([#4631](https://github.com/DataDog/browser-sdk/pull/4631)) | ||
| - 🔧 handle missing packages when renewing the npm token ([#4411](https://github.com/DataDog/browser-sdk/pull/4411)) | ||
| - 🔥 Remove start stop action and resource experiment flag ([#4677](https://github.com/DataDog/browser-sdk/pull/4677)) [DEBUGGER] [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-NUXT] [RUM-SLIM] [RUM-VUE] [WORKER] |
There was a problem hiding this comment.
note: @BeltranBulbarellaDD code removal is listed as "internal change" -> this is definitely a public change that should have been flagged as ✨
Motivation
Changes
Test instructions
Checklist