Closed shaoormunir closed 5 months ago
This PR adds a new custom metric to capture and return all key-value pairs from localStorage and sessionStorage of the first-party website.
Changes
getLocalStorageKeyValues
getSessionStorageKeyValues
Testing was done on the webpagetest.org.
webpagetest.org
This PR adds a new custom metric to capture and return all key-value pairs from localStorage and sessionStorage of the first-party website.
Changes
getLocalStorageKeyValues
function to retrieve all key-value pairs from localStorage.getSessionStorageKeyValues
function to retrieve all key-value pairs from sessionStorage.Testing was done on the
webpagetest.org
.