You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,39 @@
18
18
19
19
---
20
20
21
+
## v6.14.0
22
+
23
+
**Public Changes:**
24
+
25
+
- ✨ [RUM-10145] collect errors on module evaluation ([#3622](https://github.com/DataDog/browser-sdk/pull/3622)) [FLAGGING][LOGS][RUM][RUM-REACT][RUM-SLIM][WORKER]
26
+
- ✨ don't write lock to cookie for read only operation ([#3652](https://github.com/DataDog/browser-sdk/pull/3652)) [FLAGGING][LOGS][RUM][RUM-REACT][RUM-SLIM][WORKER]
27
+
- ✨ [RUM-10223] Add locale and timezone data to view event ([#3598](https://github.com/DataDog/browser-sdk/pull/3598)) [FLAGGING][LOGS][RUM][RUM-REACT][RUM-SLIM][WORKER]
28
+
- 🐛 Allow service and version to be modifiable for long_task and vital events ([#3691](https://github.com/DataDog/browser-sdk/pull/3691)) [RUM][RUM-REACT][RUM-SLIM]
29
+
- 🐛 [PANA-3447] Don't send customer data telemetry for any batch with no RUM events ([#3689](https://github.com/DataDog/browser-sdk/pull/3689)) [RUM][RUM-REACT][RUM-SLIM]
30
+
- 🏷️ add ap2 site to TypeScript types ([#3672](https://github.com/DataDog/browser-sdk/pull/3672)) [FLAGGING][LOGS][RUM][RUM-REACT][RUM-SLIM][WORKER]
31
+
32
+
**Internal Changes:**
33
+
34
+
- 👷 simplify test apps build ([#3702](https://github.com/DataDog/browser-sdk/pull/3702))
35
+
- 👷 use SIGKILL instead of SIGTERM to kill child jobs ([#3699](https://github.com/DataDog/browser-sdk/pull/3699))
36
+
- 👷 use our own `deepClone` method instead of `structuredClone` ([#3700](https://github.com/DataDog/browser-sdk/pull/3700)) [RUM]
37
+
- 👷 Add cookie options to telemetry debug ([#3693](https://github.com/DataDog/browser-sdk/pull/3693)) [FLAGGING][LOGS][RUM][RUM-REACT][RUM-SLIM][WORKER]
38
+
- 👷 Update all non-major dependencies ([#3673](https://github.com/DataDog/browser-sdk/pull/3673)) [FLAGGING][WORKER]
0 commit comments