Changelog
Which version of the Tag is deployed on my website?
Check your Tag version with the Contentsquare Tracking Setup Assistant Chrome extension:
15.33.7 - November 13th, 2024
Section titled 15.33.7 - November 13th, 2024Bug fixes
- Session Replay: Improve support of
data-cs-mask
with shadow DOM of masked elements. - Session Replay: Improve support of CSS inline rules during initial DOM serialization.
- Session Replay: Avoid masking digits of node attributes when masking feature is enabled.
- Session Replay: Preserve inputs radio name attribute when masking feature is enabled.
- Session Replay: Fix
nextSibling
calculation to returnnull
under certain conditions. - Session Replay: Mask
document.baseURI
attribute on initial DOM.
Performance Improvements
- Improved performance of element visibility trigger.
Features
- CS Lite Integrate Targeting rules into data collection flow.
- Session Replay: Capture nested elements added through DOM mutations with
data-cs-capture
andsetCapturedElementsSelector
.
15.28.0 - October 30th, 2024
Section titled 15.28.0 - October 30th, 2024Bug fixes
- Text Visibility: Do not collect
<textarea>
text value
Performance Improvements
- Session Replay: Increase batch size limit
Features
- Integrations: Simplify Dynamic Variable format for SMBs Integrations
15.26.2 - October 23th, 2024
Section titled 15.26.2 - October 23th, 2024Bug fixes
- Session Replay: Do not mask CSS
href
values for SMBs. - Session Replay: Handle bad
setPIISelectors
input.
Performance Improvements
- Throttle attribute/characterData mutations by 30ms.
- Improved performance of Selector Observer by retrieving shadow roots from DocumentMutationObserver.
Features
- DEM: Implement partial URL masking patterns.
- Session Replay: Collect play pause video events refactor.
- Session Replay: Add ETR status.
15.23.3 - October 16th, 2024
Section titled 15.23.3 - October 16th, 2024Bug fixes
- Session Replay: Fixed infinite loop on Safari.
- Session Replay: Pipe text visibility events through masked text processor.
Performance Improvements
- Improved performance when too many ShadowRoots get disconnected at the same time.
Features
- DXA: Quota boot blocking.
Transaction
andaddToCart
pushed before start.- ProjectConfiguration: introduce
clickedElementTextEnabled
.
15.21.0 - October 10th, 2024
Section titled 15.21.0 - October 10th, 2024Bug fixes
- Session Replay: Protect
RegExp
from overwrites on sites. - Session Replay: Fix calculated
nextSibling
on node mutations within the same tick.
Features
- DXA: Collect link and button text on click and tap events.
- CS Lite: Mask emails on any node by default.
- DXA: Log warnings when too many attribute/text mutations occur within a short threshold.
15.19.3 - October 2nd, 2024
Section titled 15.19.3 - October 2nd, 2024Bug fixes
- Session Replay: Clean encryption logs and dead code.
- VoC: Send poll answer value as integer.
- DXA: Check if
self
is overridden. - VoC: Deduplicate VoC dynamic variables.
- Session Replay: Serialize children from 0 index on added nodes.
Features
- DXA: Support quick replay for
CS Lite
tag. - Personal Data: Check
href
attribute on certain conditions. - DXA: Support retaker mode for
CS Lite
tag. - API Errors: Support media type
text/javascript
.
15.16.5 - September 26th, 2024
Section titled 15.16.5 - September 26th, 2024Bug fixes
- Session Replay: Fix calculated
nextSibling
on added node mutation. - Session Replay: Add experimental option to not observe shadow roots.
- Emerchandising: Stop Emerchandising capture right before artificial pageview.
- Session Replay: Fix the propagation of
data-cs-capture
to children and handle it by default.
15.16.0 - September 18th, 2024
Section titled 15.16.0 - September 18th, 2024Bug fixes
- Performance: Fix performance logs format.
- Session Replay: Fix an issue causing duplicated nodes in replays.
- Session Replay: Fix last message requests when
Worker
is not available. - Session Replay: Fix performance issue when there are many mutations happening in a same tick.
15.13.0 - September 4th, 2024
Section titled 15.13.0 - September 4th, 2024Features
- Session Replay: Support
CSSGroupingRule
. - Product Analytics: Do not load the
heap.js
Tag when it has already been injected in the page.
Performance Improvements
- Add function execution time metrics to our monitoring.
15.10.0 - August 28nd, 2024
Section titled 15.10.0 - August 28nd, 2024Features
- Product Analytics: Collect page title in pageviews.
15.9.0 - August 22nd, 2024
Section titled 15.9.0 - August 22nd, 2024Bug fixes
- Session Replay: Fix move mutation event.
- Session Replay: Process new stylesheet rules.
- Session Replay: Observe mutations on text nodes.
- Product Analytics: Catch errors when retrieving metadata.
Features
- Product Analytics: Support sideloading.
- DXA: End session 30 minutes after last user event.
15.7.0 - August 14th, 2024
Section titled 15.7.0 - August 14th, 2024- Tag code refactoring. No client-side impact expected.
15.6.4 - August 7th, 2024
Section titled 15.6.4 - August 7th, 2024Bug fixes
- Session Replay: Add
isValidSelector
check in encrypted nodes identifier. - Session Replay: Backport support of Chinese and Japanese ideograms in Flashpoint.
- Session Replay: Fix performance issue by protecting functions overridden by
ZoneJS
. - Session Replay: Use
arrayFlatMap
to avoid exception on older browsers. - Session Replay: Clear Element observer
tickSet
on disconnect. - Analytics: Listen to
navigation
event inside last events tracker. - Product Analytics: Rename feature flags.
- Session Replay: Check if
csQueueMicrotask
is a function. - Session Replay: Mask text area value changed by inserted text node.
Features
- VoC: Add a feature flag for the VoC Events API.
- VoC: Send events to the
v2/events
endpoint. - DXA: Merge
anonymizeDigits
andanonymizeEmails
settings into project configuration. - API Errors: Increase
body
attribute value limit to 100 characters. - DXA: Call verify installation for
CS Lite
tag.
15.1.7 - July 25th, 2024
Section titled 15.1.7 - July 25th, 2024Bug fixes
- SRM: Resolve events on error.
- Session Replay: Fix encryption processor.
- Session Replay: Improve ElementObserver performance by traversing the tree only once per tick.
- Session Replay: Catch error thrown by the custom element producer when element name is invalid.
- Session Replay: Check iframe before accessing
contentWindow
. - Session Replay: Avoid access denied error when checking
localStorage
support. - Session Replay: Missing object
cssRules
in REGISTER_ADOPTED_STYLE_SHEET payload. - Session Replay: Add symbol back to node identifier.
- Session Replay: Fix duplicated nodes.
- Session Replay: Fix SVG masking issues.
Features
- Session Replay: DOM Events are managed with Flashpoint.
- Analytics: Introduce identity mechanism.
14.22.1 - July 04th, 2024
Section titled 14.22.1 - July 04th, 2024Bug fixes
- Session Replay: Use U+FF41 char instead of book ideogram for masking.
- Session Replay: Improve shadow roots detection when added on existing shadow roots.
- Session Replay: Fixed timestamp issues on events created by Static Resource Manager.
Features
- API Errors: Rely on body length instead of
Content-Length
header.
14.18.3 - June 12th, 2024
Section titled 14.18.3 - June 12th, 2024Features
Voice of Customer
The tag will inject a hotjar-{SITE_ID}.js
script which loads the survey widgets as needed
If you are using SRI, reach out to your Contentsquare contact for more information.
Additional cookies, prefixed with _hj
, are created.
To use Voice of Customer, make sure to add script-src 'unsafe-inline' *.contentsquare.net
to your CSP configuration.
Product Analytics
The Tag will inject a heap_config.js
script loaded from https://cdn.us.heap-api.com/config/<ENV_ID>/heap_config.js
, which loads the PA tag heap.js
.
If you are using SRI, reach out to your Contentsquare contact for more information.
Additional cookies, prefixed with _hp*
, are created.
If you enforce a Content Security Policy, make sure to add the following to your CSP configuration:
Bug fixes
- Session Replay: Reduce network details payload.
14.15.0 - June 5th, 2024
Section titled 14.15.0 - June 5th, 2024Bug fixes
- Session Replay: Mask Chinese and Japanese characters using an ideogram instead of the character
A
to preserveline-break
behavior.
14.13.0 - May 28th, 2024
Section titled 14.13.0 - May 28th, 2024Bug fixes
- API Errors: Check if
subscriberId
andresponseType
exist before accessingresponseText
.
Features
- Session Replay: Add allowlist mechanism for some event types.
- Personal Data: Add data-cs-mask for all project’s deployment mode type.
14.11.0 - May 21st, 2024
Section titled 14.11.0 - May 21st, 2024Bug fixes
- Personal Data: Fix processing of
data-cs-mask
attributes that were being ignored.
14.10.0 - May 6th, 2024
Section titled 14.10.0 - May 6th, 2024Bug fixes
- iFrames: Do not access storage, cookie, or XHR in child mode.
- Session Replay: Fix lost initial resize events.
- Session Replay: Remove query parameters of network details events.
- WebViews: Align webview behaviors on bridge injection.
Features
- WebViews: Process commands received before webview tracking ready and start events.
14.9.3 - April 29th, 2024
Section titled 14.9.3 - April 29th, 2024Features
- Logging: Emit logs for all critical errors
14.4.0 - March 26th, 2024
Section titled 14.4.0 - March 26th, 2024Bug fixes
- Static Resource URL: Fixed Static URL resource bug on quoted URLs
Features
- Session Replay: New inactivity mechanism.
14.3.1 - March 26th 2024
Section titled 14.3.1 - March 26th 2024Bug fixes
- Session Replay: Fix identification of default sensitive attributes.
14.1.2 - March 21st, 2024
Section titled 14.1.2 - March 21st, 2024Bug fixes
- Static Resource Manager: Filter double quotes
nestedResource
URLs fixing 404 errors
14.1.1 - March 21st, 2024
Section titled 14.1.1 - March 21st, 2024Bug fixes
- Fix how the initial DOM event is inserted in the Session Replay events in both
top
andiframe
contexts.
14.1.0 - March 21st, 2024
Section titled 14.1.0 - March 21st, 2024Features
- API Errors: Increase
responseBody
size limit from 2kb to 5kb.
14.0.0 - March 18th, 2024
Section titled 14.0.0 - March 18th, 2024Features
- Tag Commands: Add
lifespan
option to the following Tag commands, to handle SPA use cases:
13.100.1 - March 14th, 2024
Section titled 13.100.1 - March 14th, 2024Bug fixes
- TagDownloadTime Service: Retrieve
document.currentScript
↗.
13.99.9 - March 12th, 2024
Section titled 13.99.9 - March 12th, 2024Bug fixes
- API Errors: Remove Content-Length check to track all API calls when using Transfer-Encoding ↗.
13.99.8 - March 12th, 2024
Section titled 13.99.8 - March 12th, 2024Bug fixes
- WebView: Handle injected CSS to fix zone-level elements data
13.99.7 - March 11th, 2024
Section titled 13.99.7 - March 11th, 2024Bug fixes
- Flush pending microtasks on artificial pageviews to fix user actions not shown in Session Replay.
13.99.5 - March 6th, 2024
Section titled 13.99.5 - March 6th, 2024Bug fixes
- Static Resource Manager:
- Changed an error to non-blocking so that further data can be sent,
- Send a single request when the payload exceeds the limit, instead of two.
13.99.4 - March 6th, 2024
Section titled 13.99.4 - March 6th, 2024Bug fixes
- Session Replay: Restart
PerformanceTimingResourceTracker
on artificial pageviews.
13.97.0 - February 26th, 2024
Section titled 13.97.0 - February 26th, 2024Bug fixes
- Tag Commands: Add
decodeUri
option to the following Tag commands:
13.94.0 - February 22nd, 2024
Section titled 13.94.0 - February 22nd, 2024Features
- Static Resource Manager: Internal Service Migration.
13.93.0 - February 21st, 2024
Section titled 13.93.0 - February 21st, 2024Features
- Static Resource Manager: Add
groupMicrotask
priority option.
13.92.0 - February 19th, 2024
Section titled 13.92.0 - February 19th, 2024Features
- WebView: Synchronize start and stop commands.
13.89.2 - February 14th, 2024
Section titled 13.89.2 - February 14th, 2024Features
- Static Resource Manager: Support
style
attribute in element in serialization or mutation attribute.
13.89.0 - February 14th, 2024
Section titled 13.89.0 - February 14th, 2024Features
- Analysis: Update web-vitals ↗ library to 3.5.2.
13.88.0 - February 14th, 2024
Section titled 13.88.0 - February 14th, 2024Features
- Session Replay: Remove workaround used to consider base64 images of a certain size to be sensitive.
13.85.0 - February 8th, 2024
Section titled 13.85.0 - February 8th, 2024Features
- Add protection against session cookie corruption.
13.84.1 - February 6th, 2024
Section titled 13.84.1 - February 6th, 2024Bug fixes
- Static Resource Manager: Avoid calling with same data collection state.
13.84.0 - February 2nd, 2024
Section titled 13.84.0 - February 2nd, 2024Features
- Manage all DOM events in event translator.
13.83.0 - January 30th, 2024
Section titled 13.83.0 - January 30th, 2024Features
- Session Replay: Mask credit card numbers automatically.
13.82.0 - January 30th, 2024
Section titled 13.82.0 - January 30th, 2024Features
- Static Resource Manager: Save hashes to avoid sending them again.
13.81.2 - January 25th, 2024
Section titled 13.81.2 - January 25th, 2024Bug Fixes
- Static Resource Manager: Support non-base64 images.
13.81.0 - January 24th, 2024
Section titled 13.81.0 - January 24th, 2024Features
- WebView: Add
excludeURLforReplay
command support.
13.78.0 - January 22nd, 2024
Section titled 13.78.0 - January 22nd, 2024Features
- Session Replay: Improve
input
element handling.
13.77.3 - January 15th, 2024
Section titled 13.77.3 - January 15th, 2024Bug Fixes
- Session Replay: Call
onEvent
on all trackers before starting them.
13.77.1 - January 9th, 2024
Section titled 13.77.1 - January 9th, 2024Performance Improvements
- Improve
allowSubdomain
change performance.
13.77.0 - January 9th, 2024
Section titled 13.77.0 - January 9th, 2024Features
- WebView: Add
afterPageView
command support.
13.76.3 - January 4th, 2024
Section titled 13.76.3 - January 4th, 2024Bug Fixes
- Static Resource Manager: Do not process URLs when the online assets option is disabled.
13.75.4 - December 13th, 2023
Section titled 13.75.4 - December 13th, 2023Bug Fixes
- Ignore logs coming from a worker override.
13.75.1 - December 12th, 2023
Section titled 13.75.1 - December 12th, 2023Bug Fixes
- Catch SRM errors and add logs.
13.75.0 - December 12th, 2023
Section titled 13.75.0 - December 12th, 2023Bug Fixes
- Execute callback directly when adding
onRecordingStateChange
command.
13.74.1 - December 12th, 2023
Section titled 13.74.1 - December 12th, 2023Bug Fixes
- Manage ETR triggered before collection start.
13.73.0 - December 6th, 2023
Section titled 13.73.0 - December 6th, 2023Features
- Static Resource Manager: handle attribute and character data mutations.
13.72.3 - December 6th, 2023
Section titled 13.72.3 - December 6th, 2023Bug Fixes
- Collect all navigation timing events.
13.72.2 - December 5th, 2023
Section titled 13.72.2 - December 5th, 2023Bug Fixes
- Change log level error to warn for
crossDomainSingleIframe
.
13.72.1 - December 5th, 2023
Section titled 13.72.1 - December 5th, 2023Bug Fixes
- Handle undefined values in for Console Message tracking.
13.72.0 - December 5th, 2023
Section titled 13.72.0 - December 5th, 2023Bug Fixes
- Check that
addEventListener
is a function.
Features
- crossDomainSingleIframe: Start the tag on iFrame timeout.
13.71.4 - December 5th, 2023
Section titled 13.71.4 - December 5th, 2023Bug Fixes
- Custom Errors: Truncate attributes keys and values (30 characters max).
13.67.4 - November 16th, 2023
Section titled 13.67.4 - November 16th, 2023Bug Fixes
- Custom Errors: Replace object in root object.
13.65.1 - November 13th, 2023
Section titled 13.65.1 - November 13th, 2023Bug Fixes
- Update Static Resource Manager command names.
13.63.0 - November 13th, 2023
Section titled 13.63.0 - November 13th, 2023Bug Fixes
- Remove references to
URLSearchParams
↗.
13.61.1 - November 11th, 2023
Section titled 13.61.1 - November 11th, 2023Bug Fixes
- Custom Errors: Resolve circular dependency on console message.
13.60.0 - November 6th, 2023
Section titled 13.60.0 - November 6th, 2023Features
- Track
touchcancel
↗ events.
13.59.1 - October 30th, 2023
Section titled 13.59.1 - October 30th, 2023Bug Fixes
- Align Analytics and Session Replay pipelines behavior.
13.59.0 - October 30th, 2023
Section titled 13.59.0 - October 30th, 2023Bug Fixes
- Session Replay: Fixed failure to export
PerformanceResourceTimings
from a web worker.
Features
- Make the SKU optional on
addToCart
command.
13.58.4 - October 30th, 2023
Section titled 13.58.4 - October 30th, 2023Performance improvements
- Remove useless object assignment checks.
13.58.3 - October 30th, 2023
Section titled 13.58.3 - October 30th, 2023Bug Fixes
- Session Replay: Add slot element and attribute to serialized DOM to fix replays without CSS.
13.58.0 - October 25th, 2023
Section titled 13.58.0 - October 25th, 2023Features
- Session Replay: Add Static Resource Manager support for
srcset
attributes in<image>
elements.
13.57.0 - October 25th, 2023
Section titled 13.57.0 - October 25th, 2023Features
- Emerchandising: Support for Display adds analysis
13.56.1 - October 17th, 2023
Section titled 13.56.1 - October 17th, 2023Bug Fixes
- WebViews: Remove items from transaction on mobile.
13.56.0 - October 16th, 2023
Section titled 13.56.0 - October 16th, 2023Features
- API Errors: Collect non encrypted headers.
13.55.0 - October 16th, 2023
Section titled 13.55.0 - October 16th, 2023Features
- Session Replay: Add
onRecordingStateChange
command to track when the replay state changes.
13.54.0 - October 11th, 2023
Section titled 13.54.0 - October 11th, 2023Features
- WebViews: Collect API, JS and Custom errors in WebViews.
13.53.0 - October 9th, 2023
Section titled 13.53.0 - October 9th, 2023Features
- Session Replay: Update to Static Resource Manager v2 (including images, inline assets, base64 assets).
13.51.2 - October 5th, 2023
Section titled 13.51.2 - October 5th, 2023Bug Fixes
- Session Replay: Do not send navigation timing on the artificial pageviews.
- Session Replay: Fix CSS resource when link use a relative path.
13.51.0 - October 5th, 2023
Section titled 13.51.0 - October 5th, 2023Features
- Collect
adoptedStyleSheet
events in Iframes and WebViews.
13.50.2 - September 28th, 2023
Section titled 13.50.2 - September 28th, 2023Bug fixes
- Fix wrong module imports.
13.49.3 - September 22nd, 2023
Section titled 13.49.3 - September 22nd, 2023Features
- Manage CSS rules inserted before tag starts.
13.49.0 - September 19th, 2023
Section titled 13.49.0 - September 19th, 2023Features
- Static Resource Manager supports SVG elements with links (for snapshots and Session Replay).
13.48.3 - September 19th, 2023
Section titled 13.48.3 - September 19th, 2023Bug Fixes
- Remove Static Resource Manager debug logs.
13.48.2 - September 19th, 2023
Section titled 13.48.2 - September 19th, 2023Bug Fixes
- Session Replay: Filter out static URLs containing credentials.
13.48.1 - September 18th, 2023
Section titled 13.48.1 - September 18th, 2023Bug Fixes
- Fix
shadowRoot
observer bug.
13.48.0 - September 14th, 2023
Section titled 13.48.0 - September 14th, 2023Features
- Session Replay: Introduction of the Static Resource Manager, which optimizes the management of static resources and assets (such as images or fonts).
13.46.0 - September 13th, 2023
Section titled 13.46.0 - September 13th, 2023Features
- Session Replay: Use API error patterns for resource tracking.
13.45.0 - September 13th, 2023
Section titled 13.45.0 - September 13th, 2023Features
- Session Replay: Watch for
resize
events of sensitive elements.
13.44.2 - September 6th, 2023
Section titled 13.44.2 - September 6th, 2023Bug fixes
- Session Replay: Filter
<img>
tags with emptysrc
attribute.
13.44.1 - September 5th, 2023
Section titled 13.44.1 - September 5th, 2023Bug fixes
- Serialization: update
addedNodesInATick
when a mutation target is not identified.
13.44.0 - September 4th, 2023
Section titled 13.44.0 - September 4th, 2023Features
- WebViews: Update the signature of
serializeWebview
command.
13.43.0 - August 31th, 2023
Section titled 13.43.0 - August 31th, 2023Features
- WebViews: Add processor to serialize
adoptedStyleSheets
.
13.42.0 - August 31th, 2023
Section titled 13.42.0 - August 31th, 2023Features
- WebViews: Restart Session Replay on artificial pageview.
13.41.0 - August 31th, 2023
Section titled 13.41.0 - August 31th, 2023Features
- WebViews: Introduce
AssetTransformers
mode and API to dynamically update it.
13.40.6 - August 31th, 2023
Section titled 13.40.6 - August 31th, 2023Bug Fixes
- Handle multi tab for browser events.
13.40.4 - August 29th, 2023
Section titled 13.40.4 - August 29th, 2023Bug Fixes
- Project Configuration: When updating fields from the Data collection for Zoning panel in the console project settings, an empty value for Matching Dynamic elements regex would be saved as an empty string instead of null and propagated to the configuration export (
CS_CONF
) used by the Tag. Empty string values are now discarded.
13.40.3 - August 29th, 2023
Section titled 13.40.3 - August 29th, 2023Bug Fixes
- Events: Watch for
change
↗ events inside Shadow DOM.
13.40.0 - August 24th, 2023
Section titled 13.40.0 - August 24th, 2023🕒 Available in an upcoming release on Contentsquare
Features
- Session Replay: Add
PerformanceResourceTiming
↗ tracker.
13.39.0 - August 22nd, 2023
Section titled 13.39.0 - August 22nd, 2023Features
- Session: Add
session:clear:visitor
command to clear information about previous visitors before initiating a new session.
13.37.0 - August 21st, 2023
Section titled 13.37.0 - August 21st, 2023🕒 Available in an upcoming release on Contentsquare
Features
- Custom Errors: Enable collecting console error messages.
13.36.1 - August 21st, 2023
Section titled 13.36.1 - August 21st, 2023Bug fixes
- WebView: Minor improvements to WebView local assets management.
13.36.0 - August 21st, 2023
Section titled 13.36.0 - August 21st, 2023Features
- Session Replay: Monitor and collect changes to selected/unselected elements such as radio buttons.
13.35.0 - August 17th, 2023
Section titled 13.35.0 - August 17th, 2023Features
- Webviews: Collect local assets and pass them to the JavaScript bridge and SDKs.
13.34.0 - August 16th, 2023
Section titled 13.34.0 - August 16th, 2023Features
- Webviews: Send
BasePath
andrawPath
of assets to the JavaScript bridge and SDKs.
13.33.1 - August 10th, 2023
Section titled 13.33.1 - August 10th, 2023Bug Fixes
- DOM Serializer: Collection of
adoptedStyleSheets
↗ on main document is re-introduced.
13.33.1 - August 9th, 2023
Section titled 13.33.1 - August 9th, 2023Features
-
Session Replay: Add optional capability to start and stop a replay based on user consent approval/withdraw (
replayConsentRequired
configuration property).Up until today, no visitor consent was required to start Session Replay: the value of
replayConsentRequired
is0
. When the visitor consent is required, the value is1
.Use the
replay:consent:startForSession:granted
andreplay:consent:startForSession:withdrawn
commands to shift the consent based on the user answer.The
afterPageView
command has been enhanced to return thereplayConsentRequired
andreplayConsent
return values:
13.31.2 - August 3rd, 2023
Section titled 13.31.2 - August 3rd, 2023Bug Fixes
-
Session Replay: Identify and prevent email addresses to be encoded twice in query parameters.
Example:
james@cs.com
would be encoded tojames%40cs.com
(correct), and then again tojames%2540cs.com
(incorrect).
13.30.11 - August 1st, 2023
Section titled 13.30.11 - August 1st, 2023Features
-
Tag bundles: The Tracking Tag is now served as ES2019 JavaScript by default, if your browser allows it. ES2019 bundles comes with critical patching, treeshaking, and live update on project configuration change.
If your browser does not support ES2019, the Tag is still served in ES5 at the same URL:
https://t.contentsquare.net/uxa/{PROJECT_ID}.js
13.30.2 - July 20th, 2023
Section titled 13.30.2 - July 20th, 2023Bug fixes
- Session Replay: Manage masking when
history.pushState()
is used before session renewal. Use of the browser’s back button after triggeringhistory.pushState()
with a page outside the masking rules could lead to sending unmasked pages in certain cases.
13.30.0 - July 19, 2023
Section titled 13.30.0 - July 19, 2023Features
- Treeshake accessibility module to optimize bundle size.
13.29.0 - July 12, 2023
Section titled 13.29.0 - July 12, 2023Features
- Session management: Add a
session:start:newVisitor
command to start a new visitor. Use this command when multiple people are using devices in kiosks, for instance.
13.28.6 - July 12, 2023
Section titled 13.28.6 - July 12, 2023Bug fixes
- Custom Errors: Send Custom Errors to the Session Replay pipeline only if the maximum number hasn’t been reached.
13.28.5 - July 10, 2023
Section titled 13.28.5 - July 10, 2023Bug fixes
- Fixed performance issue in
VisibilityObserver
.
13.28.0 - July 05, 2023
Section titled 13.28.0 - July 05, 2023Features
- Add the pageview type to the
afterPageView
command’s context.
13.27.0 - July 04, 2023
Section titled 13.27.0 - July 04, 2023Features
- API Errors: ignore case when matching body for configuratble API errors ↗.
13.26.4 - July 04, 2023
Section titled 13.26.4 - July 04, 2023Performance improvements
- Optimize Tag bootload time.
13.26.0 - June 29, 2023
Section titled 13.26.0 - June 29, 2023Features
- WebView: stringify assets before calling
sendAssets
.
13.25.0 - June 29, 2023
Section titled 13.25.0 - June 29, 2023Bug fixes
- Session Replay: do not serialize nodes not yet identified during initial serialization.
Features
- Session Replay: add replay link generator command.
13.24.2 - June 29, 2023
Section titled 13.24.2 - June 29, 2023Bug fixes
- Session Replay: catch exceptions thrown by
whenDefined
function.
13.24.1 - June 28, 2023
Section titled 13.24.1 - June 28, 2023Bug fixes
- Session Replay: improve sensitive content coverage.
13.24.0 - June 26, 2023
Section titled 13.24.0 - June 26, 2023Features
- API Errors: Configurable API errors support.
13.22.3 - June 26, 2023
Section titled 13.22.3 - June 26, 2023Bug fixes
EnviromentChecker
: check iflocalStorage
is notnull
.
13.22.1 - June 23, 2023
Section titled 13.22.1 - June 23, 2023Bug fixes
- Check
localStorage
exists inwindow
.
13.22.0 - June 22, 2023
Section titled 13.22.0 - June 22, 2023Performance Improvements
- Emerchandising: Optimize
getAllValidAnchors
.
13.21.3 - June 22, 2023
Section titled 13.21.3 - June 22, 2023Performance improvements
- Remove non essential
localStorage
check.
13.21.0 - June 15, 2023
Section titled 13.21.0 - June 15, 2023Features
- WebView: Migrate analytics events.
13.20.0 - June 15, 2023
Section titled 13.20.0 - June 15, 2023Features
- WebView: Support commands on
cs_wvt
.
13.19.7 - June 14, 2023
Section titled 13.19.7 - June 14, 2023Bug fixes
- Handle ES5 in the worker context.
13.19.3 - June 08, 2023
Section titled 13.19.3 - June 08, 2023Bug fixes
- Log errors thrown when creating the web worker.
13.19.2 - June 07, 2023
Section titled 13.19.2 - June 07, 2023Bug fixes
- Update GzipCompressor to only use native
CompressionStream
on Chromium.
13.19.0 - June 06, 2023
Section titled 13.19.0 - June 06, 2023Features
- Ecommerce: Add
trackTransaction
to commands.
13.18.0 - June 06, 2023
Section titled 13.18.0 - June 06, 2023Features
- Replay: add pageX, pageY in Tap replay events.
13.17.2 - June 1st, 2023
Section titled 13.17.2 - June 1st, 2023Bug fixes
- Analysis: upgrade web-vitals library.
13.17.1 - May 31st, 2023
Section titled 13.17.1 - May 31st, 2023Bug fixes
- Support different casing of the
Content-Type
header.
13.17.0 - May 31st, 2023
Section titled 13.17.0 - May 31st, 2023Features
- Filter untrusted gesture events.
13.16.0 - May 30th, 2023
Section titled 13.16.0 - May 30th, 2023Features
- Session Replay: Add regex operator condition.
13.15.8 - May 29th, 2023
Section titled 13.15.8 - May 29th, 2023Bug fixes
- Avoid relying on the
Response.type
property.
13.15.7 - May 29th, 2023
Section titled 13.15.7 - May 29th, 2023Performance Improvements
- Optimize inactivity tracker.
13.15.6 - May 29th, 2023
Section titled 13.15.6 - May 29th, 2023Performance Improvements
- Session Replay: Optimize debounce.
13.14.4 - May 24th, 2023
Section titled 13.14.4 - May 24th, 2023Bug fixes
- Session Replay: allow all small Base64 images.
13.14.3 - May 24th, 2023
Section titled 13.14.3 - May 24th, 2023Bug fixes
- Catch
onArtificialPageViewEnd
errors to avoid stopping the artificial pageview.
13.13.9 - May 22nd, 2023
Section titled 13.13.9 - May 22nd, 2023Bug fixes
- Session Replay: Add support for
data-cs-scroll-container
attribute on initial scroll event.
13.13.4 - May 16th, 2023
Section titled 13.13.4 - May 16th, 2023Bug fixes
- Send
SCREEN_RESIZE
event on artificial pageview.
13.13.3 - May 16th, 2023
Section titled 13.13.3 - May 16th, 2023Bug fixes
- Session Replay: Mask attribute value of input type button or submit when attribute name is value.
13.13.1 - May 15th, 2023
Section titled 13.13.1 - May 15th, 2023Bug fixes
- Session Replay: mask sensitive nodes removed during serialization.
13.12.4 - May 4th, 2023
Section titled 13.12.4 - May 4th, 2023Bug fixes
- Session Replay: start
textVisibility
only when enabled.
13.11.3 - April 18th, 2023
Section titled 13.11.3 - April 18th, 2023Bug fixes
- Stop using
CompressionStream
for Safari.
13.11.0 - April 25th, 2023
Section titled 13.11.0 - April 25th, 2023Features
- Add Interaction to Next Paint (INP) support.
13.10.0 - April 18th, 2023
Section titled 13.10.0 - April 18th, 2023Bug fixes
- Support non-utf8 data for Symmetric decryption.
13.8.6 - April 4th, 2023
Section titled 13.8.6 - April 4th, 2023Bug fixes
- Session Replay: Add value attribute to replay request for
input[type=submit]
.
13.7.3 - March 31st, 2023
Section titled 13.7.3 - March 31st, 2023Bug fixes
- Session Replay: Remove initial empty event.
13.7.1 - March 28th, 2023
Section titled 13.7.1 - March 28th, 2023Performance Improvements
- Measure
RecordingBatch.addEvent
.
13.7.0 - March 28th, 2023
Section titled 13.7.0 - March 28th, 2023Features
- Errors triggered by Contentsquare tag are properly caught by third-party monitoring tools.
13.6.1 - March 28th, 2023
Section titled 13.6.1 - March 28th, 2023Performance Improvements
- Optimize
onStartTracking
event lifecycle.
13.6.0 - March 28th, 2023
Section titled 13.6.0 - March 28th, 2023Features
- Webview: Add
ec:transaction:items:add
command for WebView in SDK.
13.5.0 - March 23th, 2023
Section titled 13.5.0 - March 23th, 2023Features
- IFrame: Add support for
setEncryptionSelectors
in iframe context.
13.4.0 - March 22th, 2023
Section titled 13.4.0 - March 22th, 2023Features
- Add task scheduler globally.
13.3.0 - March 20th, 2023
Section titled 13.3.0 - March 20th, 2023Features
- Iframe: Allow Tag to start inside an iframe of type
srcdoc
.
13.2.7 - March 15th, 2023
Section titled 13.2.7 - March 15th, 2023Bug fixes
- Replay: Do not set
mouseover
event listener on shadow roots for old iOS versions.
13.2.4 - March 15th, 2023
Section titled 13.2.4 - March 15th, 2023Performance improvements
- Measure the execution duration of
ElementVisibility
tracker
13.2.1 - March 13th, 2023
Section titled 13.2.1 - March 13th, 2023Bug fixes
- Handle
self
property overrides
13.2.0 - March 9th, 2023
Section titled 13.2.0 - March 9th, 2023Features
- Stringify and send requests from worker
13.1.0 - March 9th, 2023
Section titled 13.1.0 - March 9th, 2023Features
- Session Replay: Implement screen resize event tracker
13.0.2 - March 6th, 2023
Section titled 13.0.2 - March 6th, 2023Performance improvements
- Improve DOM serialization performance.
13.0.1 - March 6th, 2023
Section titled 13.0.1 - March 6th, 2023Bug Fixes
- Session Replay: Support parsing multiple values for the
rel
attribute for stylesheet linking.
13.0.0 - March 6th, 2023
Section titled 13.0.0 - March 6th, 2023Features
- Add Session Replay support in WebViews
Breaking Changes
window._uxa.push(["setOption", "isWebView", true]);
will start the Tag in WebView mode.
12.6.1 - March 2nd, 2023
Section titled 12.6.1 - March 2nd, 2023Bug Fixes
- Remove warning logs for node without identifier
12.5.11 - March 1st, 2023
Section titled 12.5.11 - March 1st, 2023Bug Fixes
- Accessibility: Fix issue when an artificial pageview is triggered before the initial collection is triggered
12.5.7 - February 24th, 2023
Section titled 12.5.7 - February 24th, 2023Bug Fixes
- Handle null referrer
12.5.7 - February 23th, 2023
Section titled 12.5.7 - February 23th, 2023Bug Fixes
- Text visibility events not sent when emerch is enabled
12.5.0 - February 15th, 2023
Section titled 12.5.0 - February 15th, 2023Features
- Add
isRecording
command inside iframe context
12.4.4 - February 15th, 2023
Section titled 12.4.4 - February 15th, 2023Bug fixes
- Fix extensions index out of bounds
12.4.3 - February 15th, 2023
Section titled 12.4.3 - February 15th, 2023Bug fixes
- Logger should handle when property is undefined
12.4.2 - February 13th, 2023
Section titled 12.4.2 - February 13th, 2023Bug fixes
- Mask API error library field
12.4.0 - February 8th, 2023
Section titled 12.4.0 - February 8th, 2023Features
- Add browser accessibility features and extensions detection
12.3.0 - February 8th, 2023
Section titled 12.3.0 - February 8th, 2023Features
- Refactored serialization objects
Performance Improvements
- Read visitor cookie only once
12.1.0 - February 1st 2023
Section titled 12.1.0 - February 1st 2023Features
- Mask JWT token
12.0.1 - January 27th, 2023
Section titled 12.0.1 - January 27th, 2023Version bump for the @contentsquare/tracking-tag
package.
12.0.0 - January 26th, 2023
Section titled 12.0.0 - January 26th, 2023Features
- Add data collection for Session Replay in iFrames
11.68.2 - January 17th, 2023
Section titled 11.68.2 - January 17th, 2023Bug fixes
- Refactored eventQueueStream
11.68.1 - January 12th, 2023
Section titled 11.68.1 - January 12th, 2023Bug fixes
- Fix race condition
11.68.0 - January 5th, 2023
Section titled 11.68.0 - January 5th, 2023Features
- Improve text visibility performance
- Remove dynamically generated numbers from element name in path computation
11.67.0 - January 2nd, 2023
Section titled 11.67.0 - January 2nd, 2023Features
- Session Replay data collection: added the
setEncryptionSelectors
command to encrypt sensitive data by a selector (continued)
11.66.0 - January 2nd, 2023
Section titled 11.66.0 - January 2nd, 2023Bug fixes
- Custom Variables: Ignore invalid custom variables that were injected in the
_cs_cvars
cookie.
11.65.0 - December 22th, 2022
Section titled 11.65.0 - December 22th, 2022Features
- Transformers: Change JavaScript transformers to TypeScript transformers.
11.64.0 - December 20th, 2022
Section titled 11.64.0 - December 20th, 2022Features
- Emerch: Add product exposure tracking.
11.63.1 - December 19th, 2022
Section titled 11.63.1 - December 19th, 2022Version bump for the @contentsquare/tracking-tag
package.
11.63.0 - December 18th, 2022
Section titled 11.63.0 - December 18th, 2022Features
- Session Replay data collection: added the
setEncryptionSelectors
command to encrypt sensitive data by a selector
11.62.0 - December 14th, 2022
Section titled 11.62.0 - December 14th, 2022Bug Fixes
- Emerch: Keep request parameters upon session renewal
11.62.0 - December 13th, 2022
Section titled 11.62.0 - December 13th, 2022Features
- Process DOM mutations in chunks to improve performance
11.61.1 - December 12th, 2022
Section titled 11.61.1 - December 12th, 2022Bug Fixes
- API Errors: Clone Fetch Response before reading payload
- Session Replay data collection: The
set_adopted_style_sheets
event must come after the target element is serialized
11.61.0 - December 12th, 2022
Section titled 11.61.0 - December 12th, 2022Features
- Iframe: Collect emerch on trackPageview.
- Iframe: Upgrade communication to Channel Messaging API.
11.60.1 - December 8th, 2022
Section titled 11.60.1 - December 8th, 2022Bug Fixes
- Fix Text visibility issue
11.60.0 - December 8th, 2022
Section titled 11.60.0 - December 8th, 2022Bug Fixes
- Fix most frequent errors
11.59.0 - December 07, 2022
Section titled 11.59.0 - December 07, 2022Features
- Support
document.adoptedStyleSheets
↗ in Session Replay (continued).
11.57.9 - December 05th, 2022
Section titled 11.57.9 - December 05th, 2022Bug Fixes
- Install listeners for composed events only on document.
11.57.7 - November 18th, 2022
Section titled 11.57.7 - November 18th, 2022Bug Fixes
- Serialization: Duplication when moving a node inside a node added during the same tick.
11.57.6 - November 17th, 2022
Section titled 11.57.6 - November 17th, 2022Version bump for the @contentsquare/tracking-tag
package.
This version protects the Image.src
setter against JavaScript overrides.
11.57.4 - November 15th, 2022
Section titled 11.57.4 - November 15th, 2022Bug Fixes
- Added input element to selectors in serialization
11.57.3 - November 14th, 2022
Section titled 11.57.3 - November 14th, 2022Bug Fixes
- Allowed synchronous compression when Worker creation fails (continued)
11.57.2 - November 14th, 2022
Section titled 11.57.2 - November 14th, 2022Bug Fixes
- Allowed synchronous compression when Worker creation fails
11.57.1 - November 14th, 2022
Section titled 11.57.1 - November 14th, 2022Version bump for the @contentsquare/tracking-tag
package.
11.57.0 - November 10th, 2022
Section titled 11.57.0 - November 10th, 2022Version bump for the @contentsquare/tracking-tag
package.
11.56.2 - November 10th, 2022
Section titled 11.56.2 - November 10th, 2022Performance Improvements
- Compute initial scroll position only for document instead of every HTML element.
11.56.1 - November 9th, 2022
Section titled 11.56.1 - November 9th, 2022Features
- Text visibility revamp
11.56.0 - November 8th, 2022
Section titled 11.56.0 - November 8th, 2022Bug fixes
- Session Replay: reduce the payload size by rounding mouse position coordinates.
11.55.1 - November 7th, 2022
Section titled 11.55.1 - November 7th, 2022Bug fixes
- Fix intermittent JS error produced by the logger.
11.55.0 - November 7th, 2022
Section titled 11.55.0 - November 7th, 2022Features
- Don’t renew sessions on browser events that are not user events.
11.54.3 - November 3rd, 2022
Section titled 11.54.3 - November 3rd, 2022Bug fixes
- Fix throttling to only report actual target events
- Filter untrusted click/mouse/pointer/touch events (continued)
11.54.2 - November 2nd, 2022
Section titled 11.54.2 - November 2nd, 2022Bug fixes
- Update Performance API management to fix incorrect session time duration
- Filter untrusted click/mouse/pointer/touch events
11.54.1 - October 31st, 2022
Section titled 11.54.1 - October 31st, 2022Bug fixes
- Reset pageview request index on session renewal.
11.54.0 - October 27th, 2022
Section titled 11.54.0 - October 27th, 2022Features
- (Internal) Allow flush commands register for dev environments
Performance Improvements
- Miscellaneous performance improvements (including tag download time, caching, tree shaking)
11.53.1 - October 24th, 2022
Section titled 11.53.1 - October 24th, 2022Version bump for the @contentsquare/tracking-tag
package.
11.53.0 - October 24th, 2022
Section titled 11.53.0 - October 24th, 2022Features
- Add
referrer:
commands to mask Personal Data carried over by the referrer and sent to the tracking Tag on the next page.
11.52.0 - October 19th, 2022
Section titled 11.52.0 - October 19th, 2022Features
- Use reliable selector to collect product path for Emerch.
11.51.0 - October 11th, 2022
Section titled 11.51.0 - October 11th, 2022Bug fixes
- Use
cachedJsonStringify
on Error events.
Features
- Increase the number of events to and throttling time to send a Session Replay data collection request
Performance Improvements
- Implemented throttling on move events
11.50.0 - October 10th, 2022
Section titled 11.50.0 - October 10th, 2022Bug fixes
- Fix serialization issues which resulted in broken snapshots
11.49.1 - October 05th, 2022
Section titled 11.49.1 - October 05th, 2022Bug fixes
- Fix duplicates in collection by handling nodes removed and added within the same tick (event loop).
11.49.0 - October 05th, 2022
Section titled 11.49.0 - October 05th, 2022Features
- Check
Map
andSet
are supported in the browser before tracking.
11.48.0 - October 04th, 2022
Section titled 11.48.0 - October 04th, 2022Features
- Retry data collection requests for Session Replay.
Bug fixes
- Fix Unplayable Replay rate by Wait for
initialDom
to be done before sending beacon requests.
11.47.0 - September 29th, 2022
Section titled 11.47.0 - September 29th, 2022Bug fixes
- Reintroduce
CSPathComputation
global variable in built Tag.
11.46.0 - September 28th, 2022
Section titled 11.46.0 - September 28th, 2022Features
- Support product exposure tracking for Emerch.
11.45.1 - September 26th, 2022
Section titled 11.45.1 - September 26th, 2022Version bump for the @contentsquare/tracking-tag
package.
11.45.0 - September 26th, 2022
Section titled 11.45.0 - September 26th, 2022Features
- Remove
mousemove
,mousedown
andmouseup
events collection
11.44.5 - September 22th, 2022
Section titled 11.44.5 - September 22th, 2022Bug fixes
- Manage concurrent async serializations
11.44.4 - September 22th, 2022
Section titled 11.44.4 - September 22th, 2022Bug fixes
- Catch Session Replay data collection recovery errors to avoid stopping the Tag boot.
11.44.3 - September 29th, 2022
Section titled 11.44.3 - September 29th, 2022Bug fixes
- Prevent serializing twice nodes added in the same tick (event loop).
11.44.2 - September 15th, 2022
Section titled 11.44.2 - September 15th, 2022Bug fixes
- Ignore attributes mutations that do not change the state of the DOM
Performance Improvements
- Improve duplicated
JSON.stringify
calls - Improved performance of Array-like operations
11.44.1 - September 14th, 2022
Section titled 11.44.1 - September 14th, 2022Bug fixes
- Improve browser support check for Custom Elements registration in Session Replay
- Fix page and session number on session renewal if multiple tabs are open
11.44.0 - September 13th, 2022
Section titled 11.44.0 - September 13th, 2022Features
- Add
pvt
query parameter to tell the pageview type: artificial, natural, or session renewal.
11.43.0 - September 12th, 2022
Section titled 11.43.0 - September 12th, 2022Features
- Throttle data collection for Session Replay requests to improve performance
11.42.0 - September 12th, 2022
Section titled 11.42.0 - September 12th, 2022Features
- Protect
window.performance
against overrides (pageviews were not being fired).
11.41.0 - September 8th, 2022
Section titled 11.41.0 - September 8th, 2022Bug fixes
- Improve sanitization of Personal Data CSS selectors which prevented collecting Session Replay data for sessions (continued)
Features
- Fix controlled exposure for HTML elements which generated blank screens
11.40.2 - September 7th, 2022
Section titled 11.40.2 - September 7th, 2022Bug fixes
- Improve sanitization of Personal Data CSS selectors which prevented collecting Session Replay data for sessions
11.40.1 - August 29th, 2022
Section titled 11.40.1 - August 29th, 2022Bug fixes
- Do not collect personal information in JS errors
- Report errors when touch events are not supported
11.40.0 - August 24th, 2022
Section titled 11.40.0 - August 24th, 2022- Implementation touch events - Pinch and Spread support
11.39.0 - August 23rd, 2022
Section titled 11.39.0 - August 23rd, 2022- Technical improvement on the serialization process
11.38.1 - August 22nd, 2022
Section titled 11.38.1 - August 22nd, 2022- Collect touch events in Session Replay
11.38.0 - August 22nd, 2022
Section titled 11.38.0 - August 22nd, 2022- Collect touch events in Session Replay
11.37.1 - August 18th, 2022
Section titled 11.37.1 - August 18th, 2022- Technical improvement
11.37.0 - August 17th, 2022
Section titled 11.37.0 - August 17th, 2022- Merchant info for add to cart and purchase
11.36.2 - August 9th, 2022
Section titled 11.36.2 - August 9th, 2022- Bug fix: Emerch module
11.36.2 - August 8th, 2022
Section titled 11.36.2 - August 8th, 2022- Bug fix: Emerch module
11.36.1 - August 8th, 2022
Section titled 11.36.1 - August 8th, 2022- Session Replay improvement
11.36.0 - August 3rd, 2022
Section titled 11.36.0 - August 3rd, 2022- Implementation of Text errors
11.35.0 - August 3rd, 2022
Section titled 11.35.0 - August 3rd, 2022- Technical improvement: Session duration
11.34.0 - August 3rd, 2022
Section titled 11.34.0 - August 3rd, 2022- Cvar key maximum length increased to 512 characters.
11.33.3 - August 1st, 2022
Section titled 11.33.3 - August 1st, 2022- Performance improvement
11.33.2 - July 28th, 2022
Section titled 11.33.2 - July 28th, 2022- Internal improvement
11.33.1 - July 26th, 2022
Section titled 11.33.1 - July 26th, 2022- Support fix
11.33.0 - July 18th, 2022
Section titled 11.33.0 - July 18th, 2022- Update the pointer events with more arguments.
11.32.2 - July 13th, 2022
Section titled 11.32.2 - July 13th, 2022- Maximum length of Dvar key increased from 50 to 512 characters.
11.32.1 - July 12th, 2022
Section titled 11.32.1 - July 12th, 2022- Technical improvement
11.32.0 - July 12th, 2022
Section titled 11.32.0 - July 12th, 2022- New Scope for custom variables added
11.30.1 - July 6th, 2022
Section titled 11.30.1 - July 6th, 2022- Support fix
11.30.0 - July 5th, 2022
Section titled 11.30.0 - July 5th, 2022- New event tracking for input password and number in SR
11.29.0 - July 4th, 2022
Section titled 11.29.0 - July 4th, 2022- Add Swipe metrics in zoning
11.28.0 - July 4th, 2022
Section titled 11.28.0 - July 4th, 2022- Collect body
11.27.3 - June 28th, 2022
Section titled 11.27.3 - June 28th, 2022- Refactoring DOM serializer/ Async Map Processor introduction
11.27.2 - June 28th, 2022
Section titled 11.27.2 - June 28th, 2022- Support fix
11.27.1 - June 28th, 2022
Section titled 11.27.1 - June 28th, 2022- Scraper requests fix
11.27.0 - June 27th, 2022
Section titled 11.27.0 - June 27th, 2022- Collect swipe and long-press events
11.26.3 - June 16th, 2022
Section titled 11.26.3 - June 16th, 2022- Tag refactoring
11.26.1 - June 8th, 2022
Section titled 11.26.1 - June 8th, 2022- Support fix
11.26.0 - June 7th, 2022
Section titled 11.26.0 - June 7th, 2022- API errors - Collect Query parameters
11.25.2 - June 1st, 2022
Section titled 11.25.2 - June 1st, 2022- Bug fix
11.25.1 - May 31st, 2022
Section titled 11.25.1 - May 31st, 2022- Support fix
11.25.0 - May 24th, 2022
Section titled 11.25.0 - May 24th, 2022- Regex flags support
11.24.0 - May 17th, 2022
Section titled 11.24.0 - May 17th, 2022- Tag improvement
11.23.2 - May 9th, 2022
Section titled 11.23.2 - May 9th, 2022- Fix API call undefined when collecting headers
11.23.1 - May 9th, 2022
Section titled 11.23.1 - May 9th, 2022- Support ticket fix
11.23.0 - May 4th, 2022
Section titled 11.23.0 - May 4th, 2022- Manage lazy loaded products
- Add query parameter in display requests to indicate if the payload is compressed or not
11.22.0 - May 3rd, 2022
Section titled 11.22.0 - May 3rd, 2022- Collect custom/standard headers
11.21.0 - April 26th, 2022
Section titled 11.21.0 - April 26th, 2022- Fix: [API Error] Collected wrong
error_time
11.20.2 - April 25th, 2022
Section titled 11.20.2 - April 25th, 2022- Bug fix
11.20.0 - April 20th, 2022
Section titled 11.20.0 - April 20th, 2022- Support ticket fix
11.19.4 - April 14th, 2022
Section titled 11.19.4 - April 14th, 2022- Symmetric Encryption services into
cryptoWrapper
package
11.19.3 - April 13th, 2022
Section titled 11.19.3 - April 13th, 2022- Bug fix
11.19.2 - April 12th, 2022
Section titled 11.19.2 - April 12th, 2022- Bug fix
11.19.1 - April 11th, 2022
Section titled 11.19.1 - April 11th, 2022- Internal improvement
11.19.0 - April 11th, 2022
Section titled 11.19.0 - April 11th, 2022- Add
projectId
to the context object passed to the afterPageView callback
11.18.0 - April 7th, 2022
Section titled 11.18.0 - April 7th, 2022- Use fetch when available
11.17.0 - April 7th, 2022
Section titled 11.17.0 - April 7th, 2022- Reduce Tag size
11.16.0 - April 6th, 2022
Section titled 11.16.0 - April 6th, 2022- Internal change in logs
- Bug fix
11.15.2 - April 5th, 2022
Section titled 11.15.2 - April 5th, 2022- Internal change in logs
11.15.1 - March 31st, 2022
Section titled 11.15.1 - March 31st, 2022- Bug fix
11.15.0 - March 30th, 2022
Section titled 11.15.0 - March 30th, 2022- Send encrypted user identifier to Session Replay
11.14.2 - March 30th, 2022
Section titled 11.14.2 - March 30th, 2022- Debounced scroll events attributed to the wrong pageview
11.14.1 - March 21st, 2022
Section titled 11.14.1 - March 21st, 2022- Session Replay improvement
11.14.0 - March 21st, 2022
Section titled 11.14.0 - March 21st, 2022- Bug fix
11.13.1 - March 21st, 2022
Section titled 11.13.1 - March 21st, 2022- Bug fix
11.13.0 - March 21st, 2022
Section titled 11.13.0 - March 21st, 2022- Internal update
11.12.0 - March 15th, 2022
Section titled 11.12.0 - March 15th, 2022- Internal logs set up
11.11.0 - March 14th, 2022
Section titled 11.11.0 - March 14th, 2022setOption
command usage for technical reason
11.10.1 - March 10th, 2022
Section titled 11.10.1 - March 10th, 2022- Events collection fix
11.10.0 - March 10th, 2022
Section titled 11.10.0 - March 10th, 2022- Core Web Vitals collection implementation
- Minor improvement