Skip to content

4.0.0

Choose a tag to compare

@cgrandpierre cgrandpierre released this 23 Jan 12:44
· 173 commits to main since this release

Added

  • Add options anonymizeSelectors & ignoreSelectors to precisely control recording of some elements

Changed

  • Some events are not replicated anymore when they are triggered multiple times with the same target to avoid spamming:
    • scroll
    • wheel
    • touchmove
    • resize

Removed

  • remove the following deprecated options:
    • excludeRegex: use selectorsOptions instead
    • customSelector: use selectorsOptions instead
    • originsToRecord: use recordRequestsFor instead

Fixed

  • fix exception Uncaught ReferenceError: process is not defined in method discoverBuildId