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
π Merge main: js-core subpackages, profiler transport refactor
Resolves conflicts from js-core/assembly, js-core/util, js-core/monitor
entry points and profiler transport extraction. Converts new spec files
from Jasmine to Vitest API. Adds missing vitest aliases for new
js-core subpath imports.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,6 +209,11 @@ This is the v7 major release. It removes deprecated options and legacy code path
209
209
-**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.
210
210
-**A cleaner API** β deprecated options and beta flags removed; what's left is the supported, stable surface going forward.
211
211
212
+
> [!WARNING]
213
+
> Upgrading to v7 introduces deterministic sampling for distributed traces based on the RUM session ID. As a result, under RUM without Limits, the likelihood to index sessions that had sampled associated traces is significantly increased β meaning more traces will now be retained by your existing Cross-Product Retention Filters RUMxAPM, even without any configuration change.
214
+
>
215
+
> If you have cross-product Retention Filters (e.g. RUM-linked APM traces), you may see an **increase in the volume of indexed spans**, which could lead to **higher costs**. We recommend reviewing your Retention Filter configuration and estimated span volume after upgrading.
216
+
212
217
**Migrating from v6:**
213
218
214
219
- Follow the [v6 β v7 migration guide](https://github.com/DataDog/documentation/blob/8ed5928d4cf04351f6ec6f6e8d605267def58351/content/en/real_user_monitoring/guide/browser-sdk-upgrade.md) in the Datadog documentation.
0 commit comments