Skip to content

Version 4.1.0

Compare
Choose a tag to compare
@matus-tomlein matus-tomlein released this 30 Nov 06:39
· 129 commits to master since this release

This release improves the anonymous tracking functionality by anonymising additional properties in Subject and Session. In Subject, the manually set userId, domainUserId, networkUserId, and ipAddress are now anonymised. In Session, previousSessionId is anonymised to prevent stitching independent anonymous sessions.

Now the tracker also sets the page_referrer and page_url atomic event properties for Screen View events. This improves compatibility with the Referer parser enrichment.

Enhancements

  • Anonymise previous session ID and user identifiers in subject when user anonymisation is enabled (#720)
  • Add DeepLink entity referrer and url to atomic properties in ScreenView events (#718)
  • Fix compiler warning in SPEmitterControllerImpl to synthesize customRetryForStatusCodes (#722)
  • Log an error when recreating tracker after being removed (#716)

Under the hood

  • Fix links in README (#724)