diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a0aac5e..cc3fc9746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ * [#1848](https://github.com/mozilla/glean.js/pull/1848): Support for automatically collecting element click events (first version) * [#1849](https://github.com/mozilla/glean.js/pull/1849): Truncate event extra strings to 500 bytes. This also updates other string-based metrics to truncate based on max bytes rather than a set number of characters. +* [#1850](https://github.com/mozilla/glean.js/pull/1850): Automatically record basic session information (`session_id` & `session_count`) for web properties. + # v4.0.0-pre.2 (2023-12-06) [Full changelog](https://github.com/mozilla/glean.js/compare/v4.0.0-pre.1...v4.0.0-pre.2) diff --git a/automation/compat/index.html b/automation/compat/index.html index 3008fcc53..7d0ba3125 100644 --- a/automation/compat/index.html +++ b/automation/compat/index.html @@ -7,7 +7,8 @@