Skip to content

Commit 656e46b

Browse files
committed
v6.32.0
1 parent 379b220 commit 656e46b

15 files changed

Lines changed: 111 additions & 65 deletions

File tree

CHANGELOG.md

Lines changed: 57 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,68 @@
22

33
> **Legend**
44
>
5-
> 💥 - Breaking change.
6-
>
7-
> ✨ - New feature.
8-
>
9-
> 🐛 - Bug fix.
10-
>
11-
> ⚡️ - Performance improvement.
12-
>
13-
> 📝 - Documentation.
14-
>
15-
> ⚗ - Experimental.
5+
> - 💥 **Breaking change** - Breaking API changes
6+
> -**New feature** - New public API, behavior, event, property
7+
> - 🐛 **Bug fix** - Fix bugs, regressions, crashes
8+
> - ⚡️ **Performance** - Improve performance, reduce bundle size
9+
> - 📝 **Documentation** - User-facing documentation
10+
> - ⚗️ **Experimental** - New public feature behind a feature flag
1611
>
1712
> See [Gitmoji](https://gitmoji.dev/) for a guide on the emojis used.
1813
1914
---
2015

16+
## v6.32.0
17+
18+
**Public Changes:**
19+
20+
- ✨ feat: enable LCP subparts collection by default ([#4368](https://github.com/DataDog/browser-sdk/pull/4368)) [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-SLIM] [RUM-VUE] [WORKER]
21+
-[RUM-15126] Allow updates of `error.handling_stack` ([#4357](https://github.com/DataDog/browser-sdk/pull/4357)) [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-SLIM] [RUM-VUE]
22+
- ✨ add vuePlugin and addVueError ([#4327](https://github.com/DataDog/browser-sdk/pull/4327)) [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-SLIM] [RUM-VUE] [WORKER]
23+
- ✨ NextJS- addNextjsError component ([#4343](https://github.com/DataDog/browser-sdk/pull/4343)) [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-SLIM] [RUM-VUE] [WORKER]
24+
- ✨ scaffold @datadog/browser-rum-vue package ([#4325](https://github.com/DataDog/browser-sdk/pull/4325)) [RUM-VUE]
25+
- 🐛 Fix changelog legend after doc move to docs/DEVELOPMENT.md ([#4400](https://github.com/DataDog/browser-sdk/pull/4400))
26+
- 🐛 Skip new view on query-param-only changes in Angular router ([#4392](https://github.com/DataDog/browser-sdk/pull/4392)) [RUM-ANGULAR]
27+
- 🐛 [RUM-11614][URL polyfill] Handle null iframe.contentWindow ([#4361](https://github.com/DataDog/browser-sdk/pull/4361)) [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-SLIM] [RUM-VUE] [WORKER]
28+
29+
**Internal Changes:**
30+
31+
- 👷 replace lerna publish with yarn npm publish ([#4276](https://github.com/DataDog/browser-sdk/pull/4276)) [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-SLIM] [RUM-VUE] [WORKER]
32+
- 👷 [e2e] group ignored browser log tags by matched pattern ([#4389](https://github.com/DataDog/browser-sdk/pull/4389))
33+
- 👷📝 Move some internal doc inside the repo ([#4362](https://github.com/DataDog/browser-sdk/pull/4362))
34+
- 👷[Renovate] Bump node max memory ([#4374](https://github.com/DataDog/browser-sdk/pull/4374))
35+
- 👷 Fix TypeScript 6.x compatibility check deprecation errors ([#4373](https://github.com/DataDog/browser-sdk/pull/4373))
36+
- 👷 NextJS- Make NextJS plugin private ([#4346](https://github.com/DataDog/browser-sdk/pull/4346)) [RUM-NEXTJS]
37+
- 👷 add dev-server CLI + manual-testing skill ([#4337](https://github.com/DataDog/browser-sdk/pull/4337))
38+
- 👷 fix missing yarn.lock entries for rum-vue dependencies ([#4347](https://github.com/DataDog/browser-sdk/pull/4347)) [RUM-VUE]
39+
- 🔧 Add Vue documentation and make package public ([#4402](https://github.com/DataDog/browser-sdk/pull/4402)) [RUM-VUE]
40+
- 🔧 Add Next.js documentation and make package public ([#4384](https://github.com/DataDog/browser-sdk/pull/4384)) [RUM-NEXTJS]
41+
- 🔧 report unused eslint-disable directives as errors ([#4398](https://github.com/DataDog/browser-sdk/pull/4398)) [RUM-ANGULAR]
42+
- 🔧 update repository.datadog.yml integration branch config ([#4390](https://github.com/DataDog/browser-sdk/pull/4390))
43+
- 🔧 Prepare @datadog/browser-rum-angular for beta release ([#4386](https://github.com/DataDog/browser-sdk/pull/4386)) [RUM-ANGULAR]
44+
- 🔧 disable renovate ([#4381](https://github.com/DataDog/browser-sdk/pull/4381))
45+
- 🔧 add prepack script to all packages to build before packing ([#4366](https://github.com/DataDog/browser-sdk/pull/4366)) [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-SLIM] [RUM-VUE] [WORKER]
46+
- 🔧 make rum-vue package private until it's ready ([#4350](https://github.com/DataDog/browser-sdk/pull/4350)) [RUM-VUE]
47+
- 🎨 [PANA-6657] Make session replay team CODEOWNERS of recorder e2e tests ([#4388](https://github.com/DataDog/browser-sdk/pull/4388))
48+
- 🎨 [PANA-6365] Fix type definition for RumMutationRecord ([#4306](https://github.com/DataDog/browser-sdk/pull/4306)) [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-SLIM] [RUM-VUE]
49+
- ✅ allow running e2e tests offline ([#4336](https://github.com/DataDog/browser-sdk/pull/4336))
50+
- ♻️ substitute Vue Router catch-all pattern with actual path ([#4393](https://github.com/DataDog/browser-sdk/pull/4393)) [RUM-VUE]
51+
- [PANA-6072] follow up review #4211 ([#4367](https://github.com/DataDog/browser-sdk/pull/4367)) [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-SLIM] [RUM-VUE]
52+
- Update CODEOWNERS ([#4363](https://github.com/DataDog/browser-sdk/pull/4363))
53+
- ♻️ set global context in e2e worker setup ([#4380](https://github.com/DataDog/browser-sdk/pull/4380))
54+
- 🔥 [PANA-6634] Remove support for FrustrationRecords ([#4370](https://github.com/DataDog/browser-sdk/pull/4370)) [RUM]
55+
- ♻️ inline `lazyLoadRecorder` into `postStartStrategy` using `mockable()` ([#4326](https://github.com/DataDog/browser-sdk/pull/4326)) [RUM]
56+
- ⚗️ Angular- Add error handling integration ([#4358](https://github.com/DataDog/browser-sdk/pull/4358)) [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-SLIM] [RUM-VUE] [WORKER]
57+
- ⚗️ add Vue Router v4 view tracking ([#4328](https://github.com/DataDog/browser-sdk/pull/4328)) [RUM-VUE]
58+
- ⚗ NextJS- add nextjs error boundary component ([#4352](https://github.com/DataDog/browser-sdk/pull/4352)) [RUM-NEXTJS]
59+
- ⚗️ Add Angular Router integration ([#4315](https://github.com/DataDog/browser-sdk/pull/4315)) [RUM-ANGULAR]
60+
- ⚗️ Refactor nextjs plugin ([#4365](https://github.com/DataDog/browser-sdk/pull/4365)) [RUM-NEXTJS]
61+
- [PANA-6072] add composedPathSelector to click actions target behind FF ([#4211](https://github.com/DataDog/browser-sdk/pull/4211)) [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-SLIM] [RUM-VUE] [WORKER]
62+
- ♻️ refactor build-test-apps script with CLI arg support ([#4359](https://github.com/DataDog/browser-sdk/pull/4359))
63+
- ⬆️ update rum-events-format ([#4349](https://github.com/DataDog/browser-sdk/pull/4349))
64+
- 🔥 remove flagging package ([#4342](https://github.com/DataDog/browser-sdk/pull/4342)) [FLAGGING]
65+
- ♻️ React- Replace addEvent for AddError, Export Error Boundary ([#4317](https://github.com/DataDog/browser-sdk/pull/4317)) [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-SLIM] [RUM-VUE]
66+
2167
## v6.31.0
2268

2369
**Public Changes:**

developer-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-sdk-developer-extension",
3-
"version": "6.31.0",
3+
"version": "6.32.0",
44
"private": true,
55
"scripts": {
66
"build": "wxt build",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "yarn",
3-
"version": "6.31.0"
3+
"version": "6.32.0"
44
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-sdk",
3-
"version": "6.31.0",
3+
"version": "6.32.0",
44
"description": "browser SDK",
55
"private": true,
66
"workspaces": [

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-core",
3-
"version": "6.31.0",
3+
"version": "6.32.0",
44
"license": "Apache-2.0",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

packages/logs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-logs",
3-
"version": "6.31.0",
3+
"version": "6.32.0",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -19,10 +19,10 @@
1919
"prepack": "yarn build"
2020
},
2121
"dependencies": {
22-
"@datadog/browser-core": "6.31.0"
22+
"@datadog/browser-core": "6.32.0"
2323
},
2424
"peerDependencies": {
25-
"@datadog/browser-rum": "6.31.0"
25+
"@datadog/browser-rum": "6.32.0"
2626
},
2727
"peerDependenciesMeta": {
2828
"@datadog/browser-rum": {

packages/rum-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-rum-angular",
3-
"version": "6.31.0",
3+
"version": "6.32.0",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -17,8 +17,8 @@
1717
"prepack": "npm run build"
1818
},
1919
"dependencies": {
20-
"@datadog/browser-core": "6.31.0",
21-
"@datadog/browser-rum-core": "6.31.0"
20+
"@datadog/browser-core": "6.32.0",
21+
"@datadog/browser-rum-core": "6.32.0"
2222
},
2323
"peerDependencies": {
2424
"@angular/core": ">=15 <=21",

packages/rum-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-rum-core",
3-
"version": "6.31.0",
3+
"version": "6.32.0",
44
"license": "Apache-2.0",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
@@ -17,7 +17,7 @@
1717
"prepack": "yarn build"
1818
},
1919
"dependencies": {
20-
"@datadog/browser-core": "6.31.0"
20+
"@datadog/browser-core": "6.32.0"
2121
},
2222
"devDependencies": {
2323
"ajv": "8.18.0"

packages/rum-nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-rum-nextjs",
3-
"version": "6.31.0",
3+
"version": "6.32.0",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -17,9 +17,9 @@
1717
"prepack": "yarn build"
1818
},
1919
"dependencies": {
20-
"@datadog/browser-core": "6.31.0",
21-
"@datadog/browser-rum-core": "6.31.0",
22-
"@datadog/browser-rum-react": "6.31.0"
20+
"@datadog/browser-core": "6.32.0",
21+
"@datadog/browser-rum-core": "6.32.0",
22+
"@datadog/browser-rum-react": "6.32.0"
2323
},
2424
"peerDependencies": {
2525
"next": ">=13.0.0",

packages/rum-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-rum-react",
3-
"version": "6.31.0",
3+
"version": "6.32.0",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -20,8 +20,8 @@
2020
"prepack": "yarn build"
2121
},
2222
"dependencies": {
23-
"@datadog/browser-core": "6.31.0",
24-
"@datadog/browser-rum-core": "6.31.0"
23+
"@datadog/browser-core": "6.32.0",
24+
"@datadog/browser-rum-core": "6.32.0"
2525
},
2626
"peerDependencies": {
2727
"react": "18 || 19",

0 commit comments

Comments
 (0)