Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Akamai 2020 Q3 Backport #306

Merged
merged 42 commits into from Sep 30, 2020
Merged

Akamai 2020 Q3 Backport #306

merged 42 commits into from Sep 30, 2020

Conversation

nicjansma
Copy link

This is a backport of all of Akamai's contributions to boomerang from December 2019 (mPulse's version 1.687.0) through August 2020 (mPulse's version 1.720.0).

1.720.0 (July 29, 2020)

Bug Fixes

  • Boomerang: Added support for SameSite and Secure cookie attributes

1.715.0 (June 26, 2020)

Bug Fixes

  • History: Correctly forward arguments to routeFilter

Documentation

  • Docs: Release notes updated
  • Docs: Continuity Cumulative Layout Shift docs
  • Docs: Added additional Back-end Servers and integration guides

1.711.0 (June 8, 2020)

Bug Fixes

  • EventTiming: Change firstInput type to first-input per spec change

1.710.0 (May 6, 2020)

Breaking Changes

  • Errors: The monitorEvents and monitorTimeout options are now disabled by default. As a result, some cross-origin JavaScript
    Errors may not report the full message (and instead will only show Script Error.), and the stack will not be available.
    Please see the Errors plugin documentation for details on the side-effects of re-enabling those options.
  • Continuity: First Input Delay calculations have changed slightly. The plugin will now use the Event Timing plugin
    (if available and the browser supports it) for First Input Delay calculation. If not, mousedown, touchstart and
    pointerdown events are now used for First Input Delay calculations, while Scroll, Visibility and Orientation changes
    are not. Only cancelable events are now tracked. First Input Delay should be more accurate, though there may be less
    overall measurements (due to not tracking Scroll for First Input).

New Features

  • Event Timing plugin (enabled by default)
  • ResourceTiming: Service Worker timing capture at resource level
  • PaintTiming: Expose Largest Contentful Paint via BOOMR.plugins.PaintTiming.metrics.lcp()

Bug Fixes

  • Continuity: Scroll Log: Trim decimals

Documentation

  • Docs: Include minified snippets in built documentation
  • Docs: Add Header Snippets section
  • Docs: Fixed reference from c.t.lt to c.t.longtask
  • Boomerang: Document additional beacon vars

Tests

  • Tests: Ensure /delay path roots requested files to wwwRoot

1.700.0 (January 29, 2020)

New Features:

  • Issue 1027: PaintTiming: Largest Contentful Paint
  • Issue 1030: Consent Inline Plugin and Docs
  • Issue 1040: Continuity: Add the ability to track Cumulative Layout Shift

Bug Fixes:

  • OS Issue 251: Add support for background image detection for c.tti.hi
  • OS Issue 261: NPM: Allow running grunt build
  • Issue 990: SPA: Only subtract SPA timeout when the timeout fires
  • Issue 1026: Update Snippet to have its own reference to the parentNode

ceckoslab and others added 25 commits August 31, 2020 13:46
Adding MouseDown, TouchStart and PointerDown event monitors for interaction monitoring

Add polyfill behavior for touchstart, mousedown, pointerdown

fix pointerdown pointerup logic

adding check for cancellable events and changing tests to send cancellable events

Moving to TTFI being event hardware timestamp

Updating the docs section of the continuity plugin to list FID polyfill changes

Fixing description for FID

Remove pointerUp event listener on pointerup call back

Renaming files to be all lowercase for consistency

Removing Scroll event from generating an interaction

Change click and key down interaction monitoring to be only for cancellable events

Switching addListener calls to include Capture set to true

Fix test for pointerDown

Test fix and code cleanup

Fix JSDoc tag

remove timelines for Mouse, Pointer and Touch listeners. Plus edit tests

Set timeToFirstInteraction to be epoch based. plus test fix.

Fix pointerDown to use Boomr.now() for approximation of when the event handler ran. Plus drop the time difference between pointerDown and pointerUp events to avoid timing issue
… startTime and processingStart timestamp. Plus update tests to reflect this
@nicjansma nicjansma merged commit 87ebdb7 into master Sep 30, 2020
@nicjansma nicjansma deleted the akamai-backport-2020-08 branch September 30, 2020 14:53
@sukratkashyap
Copy link

👍 nice one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants