Skip to content

fix(deps): update datadog-browser-sdk monorepo to v7#526

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-datadog-browser-sdk-monorepo
Open

fix(deps): update datadog-browser-sdk monorepo to v7#526
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-datadog-browser-sdk-monorepo

Conversation

@renovate

@renovate renovate Bot commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@datadog/browser-logs (source) ^5.23.3^7.0.0 age confidence

Release Notes

DataDog/browser-sdk (@​datadog/browser-logs)

v7.3.0

Compare Source

Public Changes:

  • ✨ Add browser debugger Capture Expressions (#​4731)
  • ✨ Add Browser RUM Salesforce support (#​4726)
  • ✨ RUM-16635 Add wildcard host pattern matching to WebView event bridge (#​4703)
  • ✨ Introduce @​datadog/js-core, a runtime-agnostic core package with independent versioning (#​4727)
  • ✨ Release feature operation vital APIs publicly (#​4684)
  • 🐛 Harden debugger error formatting for hostile values (#​4740)
  • 🐛 fix wrong framework name in angular router warning (#​4762)
  • 🐛 remove unused getValidTagName (#​4752)
  • 🐛 Restore sanitize toJSON hooks after failures (#​4750)
  • 🐛 Omit global this from debugger snapshots (#​4732)
  • 🐛 stop browser source leaking into Node-only scripts typecheck (#​4729)
  • 🐛 Use Debugger SDK prefix for debugger logs (#​4722)
  • 🐛 Ignore unsupported debugger probes (#​4723)
  • 🐛 Forward initial loader errors to RouterProvider's onError (#​4660)
  • 🐛 Preserve in-flight debugger probe entries on removal (#​4688)
  • 🐛 [RUM-11848] Guard window/location access for non-browser environments (#​4674)
  • 🐛 [PANA-7563] Fix maximum call stack exceeded error when processing mutations (#​4694)
  • 🐛 Skip debugger probes with invalid conditions (#​4686)
  • 🐛 Report debugger condition evaluation errors (#​4685)
  • 📝 add code review guide for agents (#​4706)
  • 📝 remove package tags from changelog entries (#​4689)
  • ⚗️ Add instrumentConstructor utility (#​4714)
  • ⚗️ Partial view updates (experimental) (#​4201)

Internal Changes:

  • 👷 remove dead puppeteer-core ws resolution (#​4771)
  • 👷 Update dependency eslint-plugin-unicorn to v65 (#​4745)
  • 👷 Unfreeze canary deployment (#​4765)
  • 👷 Update angular monorepo to v22 (#​4725)
  • 👷 Lock file maintenance (#​4713)
  • 👷 Add 'dependencies' label to bump-chrome-version PRs (#​4710)
  • 👷 Update dependency next to v16.2.6 [SECURITY] (#​4552)
  • 👷 Update Node.js to v26 (#​4698)
  • 👷 Update all non-major dependencies to v7.3.5 (#​4744)
  • 👷 Allow bcaudan/json-schema-to-typescript git dependency in Yarn hardened mode (#​4743)
  • 👷 Freeze canary deployment by commenting out deploy-prod-canary CI job (#​4742)
  • 👷 Update all non-major dependencies (#​4724)
  • 👷 Update playwright monorepo to v1.60.0 (#​4719)
  • 👷 Update dependency typescript to v6 (#​4700)
  • 👷 Update all non-major dependencies (#​4701)
  • 👷 Bump chrome to 149.0.7827.53-1 (#​4709)
  • 👷 Update dependency @​playwright/test to v1.59.1 (#​4502)
  • 👷 Add help message when publish fail (#​4690)
  • 👷 add CI check for unreplaced BUILD_ENV placeholders (#​4693)
  • 👷 Update BS Mobile Chrome Device (#​4692)
  • 👷 Add debugger bundle to deploy scripts (#​4682)
  • 👷 Allow version bump titles in PR (#​4681)
  • ♻️ Tighten debugger capture return types (#​4755)
  • ♻️ remove allowUntrustedEvents from internal configuration (#​4769)
  • ♻️ more flexible Hook API (#​4749)
  • ♻️ Rename E2E intake server to Datadog HTTP API (#​4737)
  • ♻️ Align CODEOWNERS entries (#​4739)
  • ♻️ Move time utilities from browser-core to @​datadog/js-core (#​4748)
  • ♻️ Simplify debugger template evaluation (#​4730)
  • ♻️ Make react-router-app the latest version app (#​4728)
  • ♻️ rename packages/* folders with browser- prefix (#​4712)
  • ♻️ Rename scripts/performance to scripts/bundle-size and remove deploy step from CI job (#​4707)
  • ♻️ build intake endpoints lazily instead of storing them on the configuration (#​4699)
  • ♻️ ESLint maintenance (#​4697)
  • ♻️ improve globalObject definition and usage (#​4695)
  • ♻️ unify endpoint URL building with buildEndpointUrl (#​4683)
  • ♻️ [PANA-7375] Eliminate unnecessary conditional node serialization (#​4629)
  • ♻️ refactor modifiable field paths in rum assembly (#​4687)
  • ♻️ Update debugger generated code target to ES2020 (#​4680)
  • 🎨 Gate view_update events behind datadogMode in developer extension (#​4622)
  • 🎨 [PANA-7353] Clean up naming in recording code (#​4628)
  • ✅ Test probe error handling when addProbe fails (#​4754)
  • ✅ fail unit tests when unexpected console logs are detected in CI (#​4770)
  • ✅ Simplify debugger API spec call sites (#​4741)
  • ✅ Add debugger E2E coverage for delivery lifecycle (#​4738)
  • ✅ Make tanstack router use basePluginRouterTests (#​4746)
  • ✅ Fix React router test state leak (#​4751)
  • ✅ Simplify debugger probe test fixtures (#​4736)
  • ✅ Add e2e test for Vue Router v5 (#​4711)
  • ✅ fix flaky test (#​4708)
  • ✅ debugger: complete entry-snapshot capture-decision tests (#​4670)
  • 🔧 Add .DS_Store files to .gitignore (#​4721)
  • 🔥 remove WeakSet fallback in mergeInto (#​4763)
  • 🔥 remove unused types (#​4753)
  • 🚨 enable prefer-optional-chain (#​4705)
  • 🧹 telemetry maintenance: drop unused instrumentation, bump expirations (#​4702)
  • 🔇 Discard expected navigator.locks errors from page teardown (#​4691)

v7.2.0

Compare Source

Public Changes:

  • ✨ add required option for remote configuration (#​4651)
  • ✨ [PROF-13798] ✨ Add subdomain support to ProxyFn for quota check (#​4638)
  • ✨[Profiler] Quota check (#​4514)
  • ✨ implement remote configuration async loading & caching (#​4606)
  • ✨ Add operation's start vital's id to profiles metadata (#​4617)
  • ✨ Add view_update support to developer extension (#​4319)
  • ✨ Remove start stop action and resource experiment flag (#​4677)
  • ✨ feat(graphql): extract operationType from the req. body (#​4574)
  • 🐛 generalize @​-prefix ref desugaring in debugger expressions (#​4671)
  • 🐛 await re-grant if consent is revoked during session manager init (#​4605)
  • 🐛 ignore symlinked BROWSER_SUPPORT.md in prettier (#​4665)
  • 🐛 Add context to session manager error telemetry (#​4621)
  • 🐛 honor strictest allowUntrustedEvents policy in XHR observable (#​4611)
  • 🐛 improve early request collection reliability in Firefox (#​4573)
  • 📝 group subdomain option with Session Replay in docs (#​4632)
  • ⚗️ auto-disable Live Debugger after prolonged Delivery API outage (#​4663)
  • ⚗️ Default debugger version and embed build identity in snapshots (#​4511)
  • ⚗️ Add Live Debugger lifetime event budgets (#​4510)
  • ⚗ Default args and locals params in debugger snapshot hooks (#​4609)
  • ⚗️ test(e2e): work around Playwright WebKit click and session bugs (#​4616)
  • ⚗️ Switch debugger delivery to public ClientTokenAuth endpoint (#​4480)
  • ⚗️ [Live Debugger] Add 10ms snapshot capture timeout circuit breaker (#​4512)
  • ⚗️ Make Live Debugger per-second budgets configurable (#​4509)
  • ⚗️ Tighten Live Debugger global hook typing (#​4508)
  • ⚗️ fix debugger package version for v7
  • ⚗️ Add Live Debugger package (#​4449)

Internal Changes:

  • 👷 Allow version bump titles in PR (#​4681)
  • 👷 Split unit-bs CI job per browser (#​4623)
  • 👷 Update dependency nuxt to v3.21.6 [SECURITY] (#​4653)
  • 👷 run latest firefox and webkit in CI, default local e2e to chromium (#​4618)
  • 👷 add CI check enforcing gitmoji PR title convention (#​4619)
  • 👷 scope debugger CODEOWNERS to the Node.js debugger team (#​4666)
  • 👷 Update dependency @​vitejs/plugin-vue to v6 (#​4655)
  • 👷 Update dependency vue-router to v5.0.7 (#​4654)
  • 👷 Update actions/upload-pages-artifact action to v5 (#​4636)
  • 👷 Update all non-major dependencies (#​4635)
  • 👷 E2E scope WebKit workaround to macOS only (#​4643)
  • 👷 add api-performance-benchmark scheduled job + rename test-performance to bundle-size (#​4633)
  • 👷 default local e2e to chromium only (#​4634)
  • 👷 disable reviewers-approval mergegate rule (#​4627)
  • 👷 support Claude worktree setup (#​4620)
  • 👷 bump performance test SDK bundle to v7 (#​4614)
  • 👷 Update actions/configure-pages action to v6 (#​4597)
  • 👷 allocate 4 CPUs to performance-benchmark job (#​4610)
  • 👷 Add pinned Firefox 119 + WebKit 17.4 e2e + Chromium 120 test runner without BrowserStack (#​4612)
  • 👷 parallelize test app builds (#​4567)
  • 👷 Update actions/deploy-pages action to v5 (#​4598)
  • ♻️ Update debugger generated code target to ES2020 (#​4680)
  • ♻️ [Profiler] Remove sample-count threshold from profiler discard logic (#​4566)
  • ✅ remove unit test noise (#​4673)
  • ✅ fix flaky cookieAccess tests in slow CI (#​4613)
  • ✅ delay /empty.css response to fix WebKit early-timings flake (#​4631)
  • 🔧 handle missing packages when renewing the npm token (#​4411)
  • 🧹 [Profiler] Remove dead page.route() quota mock from E2E profiling scenario (#​4656)
  • 🔊 Send source-code-context telemetry usage (#​4675)
  • 🔊 enrich session lock error telemetry with operation and lifecycle context (#​4668)
  • 🔊 Add more session error context telemetry (#​4641)

v7.1.0

Compare Source

Public Changes:

  • ✨ [RUM-16070] GA trackResourceHeaders (#​4542)
  • 🐛 make sure we don't postpone batch indefinitely when upserting a view (#​4583)
  • 🐛 align trace sampling fallback with non-bridge path
  • 🐛 tolerate Cypress.env throwing under allowCypressEnv: false (#​4550)
  • 🐛 [Browser Profiler] use profiling start time to look up session id (#​4545)
  • 📝 export public API option types for typedoc (#​4575)
  • 📝 Add DO NOT MODIFY IT BY HAND comment to CHANGELOG.md (#​4526)
  • 📝 update CDN URLs to v7 and clear NEXT_MAJOR_BRANCH (#​4551)

Internal Changes:

  • 👷 Update all non-major dependencies (#​4596)
  • 👷 Auto-cancel interruptible jobs on new commits (#​4571)
  • 👷 Update all non-major dependencies (#​4501)
  • 👷 Renovate: pin angular-app to its current Angular version (#​4565)
  • 👷 check @​datadog/browser-* in test app devDependencies (#​4564)
  • 👷 add dd-octo-sts[bot] to CLA allowlist (#​4562)
  • 👷 Bump chrome to 148.0.7778.96-1 (#​4559)
  • 👷 Lock file maintenance (#​4504)
  • 👷 Update dependency typescript to v6 (#​4553)
  • 👷 Update dependency next to v16.1.7 [SECURITY] (#​4375)
  • 👷 [PANA-7214] Use only new serialization code in mutation tracker tests (#​4538)
  • 👷 Bump chrome to 147.0.7727.55-1 (#​4452)
  • 👷 RUM-15702 Add trace sampling decision to DatadogEventBridge (#​4516)
  • ♻️ remove unnecessary type assertions
  • 🔥 [PANA-7724] Remove the old session replay serialization algorithm (#​4547)

v7.0.0

Compare Source

This is the v7 major release. It removes deprecated options and legacy code paths accumulated over the v6 line, modernizes the build, and ships a more reliable session manager.

  • Smaller, faster bundle — dropping legacy browser shims and switching to ESM dynamic imports reduces the SDK footprint on modern browsers.
  • Better privacy out of the box — safer default privacy settings mean less risk of capturing sensitive content without explicit configuration.
  • More reliable sessions — modernized session manager with bug fixes, including around very short repetitive sessions.
  • Higher-quality data — deterministic sampling (consistent decisions across products), aborted requests no longer polluting error metrics, and a new session_renewal view loading type to better understand session boundaries.
  • A cleaner API — deprecated options and beta flags removed; what's left is the supported, stable surface going forward.

Migrating from v6:

Public Changes:

  • 💥 remove fake resource timing for document resources (#​4406)
  • 💥 add session_renewal view loading type for session-renewed views (#​4478)
  • 💥 always collect early requests (#​4285)
  • 💥 replace DurationVitalReference with vitalKey option in start/stopDurationVital (#​4403)
  • 💥 Rename chunk files to include "datadog" prefix for cross-bundler naming (#​4391)
  • 💥 Remove deprecated strategy from plugin API (#​4382)
  • 💥 [RUM-8693] Decouple forwardErrorsToLogs from console.error log capture (#​4356)
  • 💥 remove trackBfcacheViews and track bfcache restores by default (#​4228)
  • 💥 default privacy settings to improve privacy out of the box (#​4279)
  • 💥 Remove FID (First Input Delay) tracking (#​4223)
  • 💥 [RUM-970] do not collect network errors for aborted requests (#​4225)
  • 💥 [RUM-14058] Use tree walker for action name computation (#​3972)
  • 💥 enable propagateTraceBaggage by default (#​4226)
  • 💥 use ESM dynamic imports for CDN async chunks (#​4217)
  • 💥 drop old-browser compatibility code for ES2020 baseline (#​4428)
  • 💥 remove internalAnalyticsSubdomain and INTAKE_SITE_FED_STAGING (#​4354)
  • 💥 remove betaTrackActionsInShadowDom and make shadow DOM action tracking the default (#​4355)
  • 💥 Remove deprecated allowFallbackToLocalStorage option (#​4329)
  • 💥 [RUM-11273] Remove usePciIntake option (#​4335)
  • 💥 Remove old cookie migration (#​4198)
  • 💥 Remove betaEncodeCookieOptions and always encode cookie options (#​4195)
  • ✨ [RUM-15280] Expose DEFAULT_TRACKED_RESOURCE_HEADERS on RumPublicApi (#​4523)
  • ✨ Make nuxt package public (#​4520)
  • ✨ [PANA-6624] Enable the new session replay serialization algorithm by default (#​4507)
  • ✨ Rename session store key to _dd_s_v2 with legacy migration (#​4459)
  • ✨ make all sampling decisions deterministic (#​4194)
  • 🐛 [PANA-7217] Limit the size of the string table in session replay recordings (#​4544)
  • 🐛 don't adopt another tab's session when it replaces ours directly (#​4537)
  • 🐛 fix session lifetime bugs for long-lived pages and multi-tab scenarios (#​4531)
  • 🐛 fix regexp for cookie parsing (#​4527)
  • 🐛 Prevent cross-tab session adoption after expiry (#​4475)
  • 🐛 make sure we never send data for very old sessions (#​4462)
  • 🐛 Ignore cookie observable updates missing the c marker (#​4437)
  • 🐛 Add telemetry debug for Cookie Store API set failures (#​4432)
  • 🐛 Fix InvalidStateError when tracing buffered XHR requests (#​4423)
  • 📝 Add Claude Code skill for v6 to v7 SDK migration (#​4486)

Internal Changes:

  • 👷 Renovate: tweak memory (#​4539)
  • 👷 Use 15-minute cache for next major canary S3 uploads (#​4476)
  • 👷 bump rum-vue version to 7.0.0-alpha.0 (#​4351)
  • 👷 Bump rum-nextjs version to 7.0.0-alpha.0 (#​4295)
  • 🔧 use NEXT_MAJOR_BRANCH variable for canary deploy versioning (#​4407)
  • 🔧 Decouple v7 SDK artifact version from package.json version (#​4401)
  • 🔧 Bump @​datadog/browser-rum-angular to 7.0.0-alpha.0 (#​4394)
  • 🔧 fix root package.json version (#​4286)
  • 🤖 bring v7 upgrade skill to main (#​4541)
  • ♻️ Replace BoundedBuffer with BufferedObservable and track dropped data via telemetry (#​4489)
  • 📈 Add telemetry metric for session manager init duration (#​4488)
  • ♻️ Route fetch, XHR, and console through bufferedDataObservable (#​4470)
  • ♻️ Refactor startSessionManager to return a Promise instead of using a callback (#​4438)
  • ♻️ decouple session change notification from state reading (#​4457)
  • 🔍 add cookie value and debug context to session renewal event (#​4433)
  • ♻️ Rewrite SessionManager with reactive strategy interface (#​4348)
  • ♻️ Simplify session managers by removing product-specific wrappers (#​4204)
  • ♻️ Make session manager injectable and isolate for v7 rewrite (#​4157)
  • ♻️ Async session manager (#​4131)

v6.33.0

Compare Source

Public Changes:

  • ✨ Add tab.id to all RUM and Logs events (#​4184)
  • ✨ Allow more granularity on trackResourceHeaders (#​4421)
  • ✨ Add TanStack Router integration to browser-rum-react (#​4414)
  • ✨ feat: enable INP subparts collection by default (#​4371)
  • 🐛 Handle null deadline in taskQueue requestIdleCallback (#​4497)
  • 🐛 [PANA-6774] Make the new data format compatible with existing mobile SDKs (#​4441)
  • 🐛 Fix false duplicate test name reports on browser restart (#​4439)
  • 🐛 [PANA-6683] Prevent MASK_UNLESS_ALLOWLISTED from unmasking form element children (#​4409)
  • 🐛 Fix yarn.lock modifications on test apps rebuild (#​4387)
  • 🐛 [RUM-15239] Fix penultimate batch lost on unload when batch is near size limit (#​4385)
  • 🐛 [PANA-6683] Never serialize descendants of hidden or ignored elements (#​4408)
  • 📝 Add README for rum-nuxt package (#​4506)

Internal Changes:

  • 👷 Update dependency vite to v7.3.2 [SECURITY] (#​4487)
  • 👷 Ensure test apps use peerDependencies for @​datadog/* packages (#​4491)
  • 👷 Remove safari mobile from browsers.conf (#​4467)
  • 🔧 Add dd-devflow[bot] to CLA allowlist (#​4440)
  • Revert "🔧 disable renovate (#​4381)" (#​4427)
  • 🎨 [PANA-6846] Make whitespace consistent between different E2E setups (#​4450)
  • 🎨 [PANA-6776] Separate session replay test helpers and update CODEOWNERS (#​4435)
  • 🎨 [PANA-6682] Add independent tests for serializeNodeAsChange (#​4410)
  • ✅ improve E2E test reliability on BrowserStack (#​4494)
  • ✅ Create basePlugin tests (#​4395)
  • ✅ [PANA-6831] Support the Change data format in E2E tests (#​4447)
  • ✅ [PANA-6863] Increase timeout for session replay serialization tests (#​4456)
  • ✅ Fix NextJS flaky tests, cleanup Firefox skip. (#​4426)
  • ✅ remove unit tests spam (#​4419)
  • [RUM-15273] 🔊 Add telemetry for trackResourceHeaders (#​4492)
  • Remove shadow reviewer workflow (#​4517)
  • Fix TanStack Router lint resolution in test app (#​4513)
  • ⚗️ Add Nuxt error tracking (#​4477)
  • ⬆️ upgrade dependencies (#​4490)
  • RUM-15488: add US2_FED intake site (#​4495)
  • [PANA-6266] Remove ExperimentalFlag composed_path_selector 🚩 (#​4396)
  • ⚗️ Add Nuxt plugin with router tracking (#​4424)
  • Fix shadow reviewer cross-references and depth limits (#​4455)
  • Add shadow reviewer workflow (#​4430)
  • 🧹 Cleanup session manager telemetry (#​4434)
  • ⬆️ [PANA-6792] Bump replay sandbox version to support data format changes (#​4442)
  • 🚧 [PANA-6774] Update FullSnapshotRecord definition from rum-events-format (#​4436)
  • 🔥 remove lerna (#​4412)
  • ⚗️ [RUM-15226] Capture network headers (#​4372)
  • 🧹 Sync Rum-Events-Format for GraphQL (#​4417)

v6.32.0

Compare Source

Public Changes:

  • ✨ feat: enable LCP subparts collection by default (#​4368)
  • ✨[RUM-15126] Allow updates of error.handling_stack (#​4357)
  • ✨ add vuePlugin and addVueError (#​4327)
  • ✨ NextJS- addNextjsError component (#​4343)
  • ✨ scaffold @​datadog/browser-rum-vue package (#​4325)
  • 🐛 Fix changelog legend after doc move to docs/DEVELOPMENT.md (#​4400)
  • 🐛 Skip new view on query-param-only changes in Angular router (#​4392)
  • 🐛 [RUM-11614][URL polyfill] Handle null iframe.contentWindow (#​4361)

Internal Changes:

  • 👷 replace lerna publish with yarn npm publish (#​4276)
  • 👷 [e2e] group ignored browser log tags by matched pattern (#​4389)
  • 👷📝 Move some internal doc inside the repo (#​4362)
  • 👷[Renovate] Bump node max memory (#​4374)
  • 👷 Fix TypeScript 6.x compatibility check deprecation errors (#​4373)
  • 👷 NextJS- Make NextJS plugin private (#​4346)
  • 👷 add dev-server CLI + manual-testing skill (#​4337)
  • 👷 fix missing yarn.lock entries for rum-vue dependencies (#​4347)
  • 🔧 Add Vue documentation and make package public (#​4402)
  • 🔧 Add Next.js documentation and make package public (#​4384)
  • 🔧 report unused eslint-disable directives as errors (#​4398)
  • 🔧 update repository.datadog.yml integration branch config (#​4390)
  • 🔧 Prepare @​datadog/browser-rum-angular for beta release (#​4386)
  • 🔧 disable renovate (#​4381)
  • 🔧 add prepack script to all packages to build before packing (#​4366)
  • 🔧 make rum-vue package private until it's ready (#​4350)
  • 🎨 [PANA-6657] Make session replay team CODEOWNERS of recorder e2e tests (#​4388)
  • 🎨 [PANA-6365] Fix type definition for RumMutationRecord (#​4306)
  • ✅ allow running e2e tests offline (#​4336)
  • ♻️ substitute Vue Router catch-all pattern with actual path (#​4393)
  • [PANA-6072] follow up review #​4211 (#​4367)
  • Update CODEOWNERS (#​4363)
  • ♻️ set global context in e2e worker setup (#​4380)
  • 🔥 [PANA-6634] Remove support for FrustrationRecords (#​4370)
  • ♻️ inline lazyLoadRecorder into postStartStrategy using mockable() (#​4326)
  • ⚗️ Angular- Add error handling integration (#​4358)
  • ⚗️ add Vue Router v4 view tracking (#​4328)
  • ⚗ NextJS- add nextjs error boundary component (#​4352)
  • ⚗️ Add Angular Router integration (#​4315)
  • ⚗️ Refactor nextjs plugin (#​4365)
  • [PANA-6072] add composedPathSelector to click actions target behind FF (#​4211)
  • ♻️ refactor build-test-apps script with CLI arg support (#​4359)
  • ⬆️ update rum-events-format (#​4349)
  • 🔥 remove flagging package (#​4342) [FLAGGING]
  • ♻️ React- Replace addEvent for AddError, Export Error Boundary (#​4317)

v6.31.0

Compare Source

Public Changes:

  • ✨ [RUM-14619] Add setViewLoadingTime() public API (#​4180) [FLAGGING]
  • ✨[RUM-14826] Add source code context to feature operations (#​4297)
  • ✨ [RUM-6798] Capture resource content type (#​4270)
  • ✨ NextJS Pages Router Integration (#​4290)
  • ✨ [PANA-6283] Support incremental mutation Change records (#​4287)
  • ✨ [RUM-14736] Add size to ResourceStopOptions (#​4296)
  • ✨ NextJS App Router Integration (#​4254)
  • ✨ Add url option to startView API (#​4199)
  • ✨ Add action and vital metadata to profiles (#​4148) [FLAGGING]
  • 🐛 fix queueMicrotask to avoid binding to globalObject (#​4320) [FLAGGING]
  • [RUM-13793] 🐛 Skip potential sanitize updates on unaltered fields (#​4298) [FLAGGING]
  • 🐛 [RUM Profiler] Fix long tasks query using wrong clock for duration computation (#​4227)
  • 🐛 retry transient 503 errors in telemetry error checking (#​4273)
  • 🐛 [PANA-6258] More robustly prevent serialization of <style> children (#​4283)
  • 🐛 [devext] fix replay tab broken with SDK v7 cookies (#​4280)
  • 🐛 filter non-directory entries in packagesDirectoryNames (#​4271)

Internal Changes:

  • 👷 Update dependency undici to v7.24.0 [SECURITY] (#​4338)
  • 👷 Sign CI Docker image with ddsign (#​4313)
  • 👷 Add ci.browser-sdk to CLA allowlist (#​4312)
  • 👷 Bump chrome to 146.0.7680.71-1 (#​4311)
  • 👷 Bump next from 15.3.3 to 15.5.10 (#​4292)
  • 👷 remove usages of "lerna" in yarn release (#​4275)
  • 🔧 Fix octo-sts pull_request policy subject pattern (#​4310)
  • 🎨 Rename mockedLocationHref to locationHref (#​4288)
  • ✅ [RUM-14696] Improve microfrontend e2e test - plugin + module federation (#​4220)
  • 🔊 add debug context to "Too many requests" telemetry (#​4278) [FLAGGING]
  • ♻️ NextJS- Rename test app and update e2e tests. (#​4316)
  • ⬆️ [PANA-6354] Update replay sandbox version in extension to support Change records (#​4305)
  • [PROF-13923] Upload source maps to org2 on every deployment (#​4282)
  • Bump rollup from 4.57.1 to 4.59.0 in /test/apps/react-heavy-spa (#​4293)
  • 🚧 [PANA-6282] Add USE_INCREMENTAL_CHANGE_RECORDS feature flag (#​4284) [FLAGGING]
  • ♻️ [PANA-6193] Add an Observer for DOM serializations (#​4277)
  • ♻️ [PANA-5947] Convert Change records to V1 records using a VDOM (#​4165)

v6.30.1

Compare Source

Internal Changes:

  • 👷 upgrade minimatch to 10.2.4 to fix npm publish packaging issue (#​4267)

v6.29.0

Compare Source

Public Changes:

  • ✨ support per-value synthetics globals/cookies with a unified context object (#​4236) [FLAGGING]
  • ✨ Compute session tracking type in developer extension for SDK v7 support (#​4202)

Internal Changes:

  • ⚗✨ [RUM-14736] Add type to ResourceStopOptions (#​4232)
  • 👷 Update dependency minimatch to v10.2.3 [SECURITY] (#​4257)
  • 👷 Update all non-major dependencies (#​4256)
  • ⚗️feat: collect INP sub-parts RUM-14310 (#​4158) [FLAGGING]

v6.28.1

Compare Source

Public Changes:

  • 🐛 Compute duration from timestamps in event tracker (#​4233)
  • 🐛 [RUM Profiler] Fix stateReason not updated on stop and cleanup tasks accumulation (#​4171)

Internal Changes:

  • 👷 Update all non-major dependencies (#​4186) [FLAGGING]
  • 👷 Update dependency eslint-plugin-unicorn to v63 (#​4221)
  • 👷 Update dependency @​playwright/test to v1.58.2 (#​4187)
  • ⚗️ [RUM-13259] Add shadow DOM support for action selectors (#​4097)

v6.28.0

Compare Source

Public Changes:

  • localStorage strategy for remote configuration (#​4071)
  • ✨ [RUM-13680] Add support for GraphQL GET requests with query params (APQ) (#​4125)
  • 🐛 Regenerate anonymousId when session cookie is altered without preserving aid (#​4203) [FLAGGING]
  • 🐛 [RUM-5645] Avoid fetch keepAlive (#​4192) [FLAGGING]
  • ⚡️ rebuild worker only when needed (#​4170)
  • 📝 Add critical patterns documentation to AGENTS.md (#​4183)
  • ⚗ [RUM-11393] Add Start/StopResource API (#​4110) [FLAGGING]

Internal Changes:

  • 👷 Skip BrowserStack tests on next major branch (#​4215)
  • 👷 use dynamic port for dev server to avoid conflicts (#​4218)
  • 👷 Load BrowserStack credentials from .env file (#​4189)
  • 👷 Skip check-staging-merge for PRs targeting next major version branch (#​4181)
  • 🔧 disable ADMS (#​4191)
  • ✅ fix mockCookies flaky interception on Safari 12.1.2 (#​4214) [FLAGGING]
  • ✅ Fix flaky remote configuration E2E tests (#​4210)
  • ✅ fix flaky tests related to experimental features (#​4207) [FLAGGING]
  • ✅ Introduce a new way to mock values in unit tests (#​4129) [FLAGGING]
  • ♻️ [PANA-5982] Make the serialization code more configurable and testable (#​4185)
  • ♻️ move long task contexts to profiler (#​4046)
  • [RUM/PROF] Add profiling context to actions and vitals' _dd field (#​4200)
  • ♻️ [PANA-5948] Make some small improvements to ItemId management (#​4164)
  • ♻️ Refactor e2e service worker setup into a composable builder pattern (#​4162)

v6.27.1

Compare Source

Public Changes:

  • 🐛 Changed tracked action to accept ClocksState (#​4177)
  • 🐛 [RUM Profiler] Fix profiler stuck in "stopped" mode when session expires (#​4152)

Internal Changes:

  • 👷 Update all non-major dependencies (#​4150) [FLAGGING]
  • 👷 Show actual scenario file locations in E2E test output (#​4166)
  • 👷 Update dependency @​playwright/test to v1.58.1 (#​4151)
  • 👷 Update build process in developer-extension (#​4153)
  • 👷 allow gh-worker-dd-devflow bots to bypass CLA check (#​4161)
  • ✅ fix flaky test (#​4168) [FLAGGING]
  • ✅ improve unit test setup (#​4149) [FLAGGING]
  • ♻️ [PANA-5945] Support child list InsertionCursors (#​4163)

v6.27.0

Compare Source

Public Changes:

  • ✨ [RUM-11654] Add in-memory session persistence option (#​4124) [FLAGGING]
  • ✨ [RUM-14142] Add source code context to vitals and manual view (#​4137) [FLAGGING]
  • 🐛 [RUM-13741] Fix sibling uniqueness check for elements in DocumentFragment (#​4115)
  • ⚗️ [RUM-13818] Collect LCP subparts (#​4104) [FLAGGING]

Internal Changes:

  • 👷 fix code coverage upload (#​4155)
  • 👷 Fix source maps upload for versioned canary builds (#​4146)
  • 👷 Lock file maintenance (#​4141)
  • 👷 Update all non-major dependencies (#​4138)
  • 👷 skip BrowserStack tests for non-code changes (#​4136)
  • 👷 Update dependency @​playwright/test to v1.58.0 (#​4139)
  • 👷 Bump slack-notifier version (#​4142)
  • 👷 Use RUM Profiling Schema from RUM-Events-Format (#​4080)
  • 👷 set NEXT_MAJOR_BRANCH to v7 (#​4132)
  • 🔧 Use hardcoded v7 instead of $NEXT_MAJOR_BRANCH variable (#​4135)
  • 🔧 Add integration-branch config for v7 (#​4134)
  • 🔧 Ignore Claude Code local files (#​4130)
  • ci: Removing usage of legacy runners (#​4106)
  • ♻️ move telemetry to pre-start step ([#​4107](https://redirect.github.com/D

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
meet-production Ready Ready Preview, Comment Jun 16, 2026 12:43am
meet-staging Building Building Preview, Comment Jun 16, 2026 12:43am
sandbox-meet Ready Ready Preview, Comment Jun 16, 2026 12:43am

Request Review

@renovate renovate Bot force-pushed the renovate/major-datadog-browser-sdk-monorepo branch from 0507a6d to bdac3ef Compare May 11, 2026 15:46
@renovate renovate Bot force-pushed the renovate/major-datadog-browser-sdk-monorepo branch from bdac3ef to b78903f Compare May 18, 2026 11:11
@renovate renovate Bot force-pushed the renovate/major-datadog-browser-sdk-monorepo branch from b78903f to 0281e76 Compare May 28, 2026 05:50
@renovate renovate Bot force-pushed the renovate/major-datadog-browser-sdk-monorepo branch from 0281e76 to 3cd6437 Compare May 29, 2026 15:06
@renovate renovate Bot changed the title fix(deps): update dependency @datadog/browser-logs to v7 fix(deps): update datadog-browser-sdk monorepo to v7 Jun 2, 2026
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.

0 participants