Skip to content

Commit 7b97975

Browse files
v6.18.1 (#3796)
1 parent 7abddf9 commit 7b97975

File tree

16 files changed

+120
-95
lines changed

16 files changed

+120
-95
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,31 @@
1818
1919
---
2020

21+
## v6.18.1
22+
23+
**Public Changes:**
24+
25+
- 🐛 Support error.dd_context for addReactError API ([#3791](https://github.com/DataDog/browser-sdk/pull/3791)) [RUM-REACT]
26+
27+
**Internal Changes:**
28+
29+
- ✨⚗️ [RUM-10146] implement early request collection ([#3740](https://github.com/DataDog/browser-sdk/pull/3740)) [FLAGGING] [LOGS] [RUM] [RUM-REACT] [RUM-SLIM] [WORKER]
30+
- 👷 [RUM-11361] Replace github PAT by using dd octo ([#3725](https://github.com/DataDog/browser-sdk/pull/3725))
31+
- 👷 [RUM-11361] Fix read octo policy ([#3789](https://github.com/DataDog/browser-sdk/pull/3789))
32+
- 👷 [RUM-11361] Add octo policies ([#3787](https://github.com/DataDog/browser-sdk/pull/3787))
33+
- 👷‍♀️ [RUM-11139] Improve textual content extraction for action names ([#3759](https://github.com/DataDog/browser-sdk/pull/3759)) [FLAGGING] [LOGS] [RUM] [RUM-REACT] [RUM-SLIM] [WORKER]
34+
- 👷 add `consistent-type-specifier-style: 'prefer-top-level'` eslint rule ([#3780](https://github.com/DataDog/browser-sdk/pull/3780)) [LOGS] [RUM] [RUM-REACT] [RUM-SLIM]
35+
- 👷 Lock file maintenance ([#3772](https://github.com/DataDog/browser-sdk/pull/3772))
36+
- 🔧 Rename state.yml to stale.yml ([#3781](https://github.com/DataDog/browser-sdk/pull/3781))
37+
- 🎨 [PANA-3877] Consolidate sample rates for replay telemetry ([#3795](https://github.com/DataDog/browser-sdk/pull/3795)) [RUM] [RUM-REACT] [RUM-SLIM]
38+
-[RUM-10146] mock global performance buffer when mocking PerformanceObserver ([#3752](https://github.com/DataDog/browser-sdk/pull/3752)) [RUM] [RUM-REACT] [RUM-SLIM]
39+
- 🔊[PANA-3819] Add telemetry for recorder initialization ([#3793](https://github.com/DataDog/browser-sdk/pull/3793)) [RUM] [RUM-REACT] [RUM-SLIM]
40+
- 🔊[PANA-3818] Add telemetry for DOM serialization performance ([#3792](https://github.com/DataDog/browser-sdk/pull/3792)) [RUM]
41+
- 🔊[PANA-3817] Add telemetry for initial view metrics ([#3788](https://github.com/DataDog/browser-sdk/pull/3788)) [RUM] [RUM-REACT] [RUM-SLIM]
42+
- ⚡♻️ simplify replica ([#3552](https://github.com/DataDog/browser-sdk/pull/3552)) [FLAGGING] [LOGS] [RUM] [RUM-REACT] [RUM-SLIM] [WORKER]
43+
- ♻️ use exclicit resource management for octo tokens ([#3790](https://github.com/DataDog/browser-sdk/pull/3790))
44+
- Pin GitHub Actions ([#3786](https://github.com/DataDog/browser-sdk/pull/3786))
45+
2146
## v6.18.0
2247

2348
**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.18.0",
3+
"version": "6.18.1",
44
"private": true,
55
"scripts": {
66
"build": "rm -rf dist && webpack --mode production",

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.18.0"
3+
"version": "6.18.1"
44
}

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.18.0",
3+
"version": "6.18.1",
44
"license": "Apache-2.0",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

packages/flagging/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-flagging",
3-
"version": "6.18.0",
3+
"version": "6.18.1",
44
"license": "Apache-2.0",
55
"private": true,
66
"main": "cjs/entries/main.js",
@@ -15,10 +15,10 @@
1515
"replace-build-env": "node ../../scripts/build/replace-build-env.ts"
1616
},
1717
"dependencies": {
18-
"@datadog/browser-core": "6.18.0"
18+
"@datadog/browser-core": "6.18.1"
1919
},
2020
"peerDependencies": {
21-
"@datadog/browser-rum": "6.18.0"
21+
"@datadog/browser-rum": "6.18.1"
2222
},
2323
"peerDependenciesMeta": {
2424
"@datadog/browser-rum": {

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.18.0",
3+
"version": "6.18.1",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -14,10 +14,10 @@
1414
"replace-build-env": "node ../../scripts/build/replace-build-env.ts"
1515
},
1616
"dependencies": {
17-
"@datadog/browser-core": "6.18.0"
17+
"@datadog/browser-core": "6.18.1"
1818
},
1919
"peerDependencies": {
20-
"@datadog/browser-rum": "6.18.0"
20+
"@datadog/browser-rum": "6.18.1"
2121
},
2222
"peerDependenciesMeta": {
2323
"@datadog/browser-rum": {

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.18.0",
3+
"version": "6.18.1",
44
"license": "Apache-2.0",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
@@ -13,7 +13,7 @@
1313
"replace-build-env": "node ../../scripts/build/replace-build-env.ts"
1414
},
1515
"dependencies": {
16-
"@datadog/browser-core": "6.18.0"
16+
"@datadog/browser-core": "6.18.1"
1717
},
1818
"devDependencies": {
1919
"ajv": "8.17.1"

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.18.0",
3+
"version": "6.18.1",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -13,8 +13,8 @@
1313
"prepack": "npm run build"
1414
},
1515
"dependencies": {
16-
"@datadog/browser-core": "6.18.0",
17-
"@datadog/browser-rum-core": "6.18.0"
16+
"@datadog/browser-core": "6.18.1",
17+
"@datadog/browser-rum-core": "6.18.1"
1818
},
1919
"peerDependencies": {
2020
"react": "18 || 19",

packages/rum-slim/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-slim",
3-
"version": "6.18.0",
3+
"version": "6.18.1",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -13,11 +13,11 @@
1313
"build:esm": "rm -rf esm && tsc -p tsconfig.esm.json"
1414
},
1515
"dependencies": {
16-
"@datadog/browser-core": "6.18.0",
17-
"@datadog/browser-rum-core": "6.18.0"
16+
"@datadog/browser-core": "6.18.1",
17+
"@datadog/browser-rum-core": "6.18.1"
1818
},
1919
"peerDependencies": {
20-
"@datadog/browser-logs": "6.18.0"
20+
"@datadog/browser-logs": "6.18.1"
2121
},
2222
"peerDependenciesMeta": {
2323
"@datadog/browser-logs": {

packages/rum/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",
3-
"version": "6.18.0",
3+
"version": "6.18.1",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -14,11 +14,11 @@
1414
"replace-build-env": "node ../../scripts/build/replace-build-env.ts"
1515
},
1616
"dependencies": {
17-
"@datadog/browser-core": "6.18.0",
18-
"@datadog/browser-rum-core": "6.18.0"
17+
"@datadog/browser-core": "6.18.1",
18+
"@datadog/browser-rum-core": "6.18.1"
1919
},
2020
"peerDependencies": {
21-
"@datadog/browser-logs": "6.18.0"
21+
"@datadog/browser-logs": "6.18.1"
2222
},
2323
"peerDependenciesMeta": {
2424
"@datadog/browser-logs": {

0 commit comments

Comments
 (0)