0.4.0
Added
- Added
.captureVendorId
option to enable capture of iOS Vendor ID and
Initial iOS Vendor ID fromUIDevice.current.identifierForVendor
.
This supports a behavior change discussed in the Changed section.
Changed
-
Target Text and Target accessibilityLabel are now trimmed of whitespace.
-
Properties from
addEventProperties
will no longer show up on sessions, matching Classic SDK behavior. Pageviews and events are not affected by the change. -
The SDK no longer captures iOS Vendor ID and Initial iOS Vendor ID by default.
This change allows developers to opt into Vendor ID tracking after they've validated
their use complies with Apple's user privacy and data use guidelines.
To enable these properties, use the.captureVendorId
option instartRecording
.