Skip to content

Commit

Permalink
update changelog for release (#79)
Browse files Browse the repository at this point in the history
* update changelog for release

* increment version

* address PR comments about pageHide description
  • Loading branch information
metal-messiah authored Jun 22, 2021
1 parent ef2a15c commit e2a3f80
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v1210

* Staging release date: TBD
* Production APM-injected release date: TBD
* Production Standalone release date: TBD


### PageHide PageViewTiming events are now accounted for during page unload events
`PageHide` PageViewTiming events are used to query CLS values. In cases where the page was never hidden, inconsistencies would arise because the PageViewTiming event with that type would not be collected. Now when `pageUnload` fires, if a `pageHide` PageViewTiming has not already been set, it will set it to the time of unload.

### Perfect Cumulative Layout Scores (CLS) are now recorded as 0
Perfect CLS scores were being ignored, because a score was only recorded when content shifted. This change reports perfect scores as 0, fixing inconsistent CLS queries.

### Record fetch calls as metrics
Fetch calls are currently only recorded as AjaxRequest events with SPA browser interactions. This change records fetch calls as AJAX metrics, which will make them visible in the AJAX UI charts.


## v1209

* Staging release date: 05/24/2021
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1209
1210

0 comments on commit e2a3f80

Please sign in to comment.