Changelog
Opt-in to CSQ Experience Platform
Section titled Opt-in to CSQ Experience PlatformAlready using the CSQ SDK in standalone mode? Follow these steps to switch to CSQ Experience Platform and combine Experience Analytics and Product Analytics under a single data source.
CSQ Experience Platform is currently an Early Access program. To gain access, contact your Customer Success Manager.
Throughout the documentation, code samples highlight differences between standalone and CSQ Experience Platform integrations.CSQ Experience Platform guidance

-
Replace your current
CSQ.start()orCSQ.start(environmentID:)call with thedataSourceIDprovided by your Customer Success Manager. This links your app to the CSQ Experience Platform data source.AppDelegate.swift CSQ.start(dataSourceID: "YOUR_DATASOURCE_ID") -
Review changes introduced in 1.10.0 which notably removes support for several Product Analytics options.
1.11.0 - 2026.06.05
Section titled 1.11.0 - 2026.06.05-
Update Experience Analytics SDK version to
4.51.0:-
Session Replay
- Improve stability when calling APIs from background threads.
- Fix harmonized masking behavior for fully SwiftUI-based apps.
- Use the unified SDK version for full masking rules.
-
Analytics
- A more explicit message is displayed when the screenshot size exceeds server-side limit
-
- Update Product Analytics Core SDK version to
0.9.1
1.10.0 - 2026.05.04
Section titled 1.10.0 - 2026.05.04-
Update Experience Analytics SDK version to
4.50.0:- The Session timeout definition changes from "30 minutes after being in background" to 30 minutes after last event. See Session definition.
- Update Product Analytics Autocapture SDK version to
0.11.0 - Update Product Analytics Core SDK version to
0.9.0 - Update Product Analytics Notification SDK version to
0.9.0
Configuration
API update: CSQ.configureProductAnalytics() is now deprecated in favor of use CSQ.start() which combines SDK configuration and initialization in a single call:
CSQ.configureProductAnalytics( environmentID: "YOUR_ENVIRONMENT_ID", additionalOptions: [ // ... ])CSQ.start()
CSQ.start( environmentID: "YOUR_ENVIRONMENT_ID", options: [ // ... ])Options
Added: .sessionReplayAutoStart — set to false to disable automatic Session Replay start and control it manually. Defaults to true.
CSQ.start( environmentID: "YOUR_ENVIRONMENT_ID", options: [ .sessionReplayAutoStart: false ])Renamed: .enableUIKitAutocapture is now .enableNativeAutocapture:
CSQ.start( environmentID: "YOUR_ENVIRONMENT_ID", options: [ .enableUIKitAutocapture: true, .enableNativeAutocapture: true, ])Removed: .captureVendorID, .captureAdvertiserID, .clearEventPropertiesOnNewUser, .messageBatchByteLimit, .messageBatchMessageLimit, .resumePreviousSession, .pruningLookBackWindow, .disableScreenviewForwardToDXA, .disableScreenviewForwardToPA, .interactionHierarchyCaptureLimit, .disableInteractionTextCapture, and .disableInteractionAccessibilityLabelCapture are no longer available. Remove them from your CSQ.start() call if present:
CSQ.start( environmentID: "YOUR_ENVIRONMENT_ID", options: [ .captureVendorID: true, .captureAdvertiserID: true, .clearEventPropertiesOnNewUser: true, .messageBatchByteLimit: 200_000, .messageBatchMessageLimit: 100, .resumePreviousSession: true, .pruningLookBackWindow: 6, .disableScreenviewForwardToDXA: true, .disableScreenviewForwardToPA: true, .interactionHierarchyCaptureLimit: 5, .disableInteractionTextCapture: true, .disableInteractionAccessibilityLabelCapture: true, ])1.6.3 - 2026.04.10
Section titled 1.6.3 - 2026.04.10-
Update Experience Analytics SDK version to
4.46.3:Session Replay
- Improved performance of view hierarchy processing, reducing CPU usage.
- Fixed a threading issue that could cause occasional crashes.
- Fixed an issue where some images could be missing in replays.
Analytics
- Improved runtime stability
Errors
- Enhanced tracking of initial crashes after application installation.
1.6.2 - 2026.03.23
Section titled 1.6.2 - 2026.03.23-
Update Experience Analytics SDK version to
4.46.2:Session Replay
- Fixed a crash related to SVG images when harmonized masking is enabled
Analytics
- Fixed an issue where a screenshot capture would cause the app to become unresponsive
1.6.1 - 2026.03.05
Section titled 1.6.1 - 2026.03.05-
Update Experience Analytics SDK version to
4.46.1:Analytics
- Zoning / Heatmap: Add support for SwiftUI
drawingGroup
Session Replay
- Fix a protobuf serialization crash
- Fix a crash related to
NSAttributedStringencoding
- Zoning / Heatmap: Add support for SwiftUI
1.6.0 - 2026.02.19
Section titled 1.6.0 - 2026.02.19-
Update Experience Analytics SDK version to
4.46.0:Session Replay
- Improved session synchronization between Session Replay and Product Analytics
- Enhance playback reliability when using
stopTracking()followed byresumeTracking() - Strengthen playback stability when
optOut()is triggered - Fix nil replay link when callback is subscribed before
start() - Enhance stability when using
csMaskingSwiftUI modifier - Improve robustness against race conditions involving weak SwiftUI component references
- Optimize handling of collections with unusually long durations
Errors
- Improve API error handling by ensuring URLs remain visible when invalid masking patterns are provided via
ErrorAnalysis.setURLMaskingPatterns()
Analytics
- Improved Zoning metrics accuracy for some custom SwiftUI components
- Fixed an issue where a screenshot captures would fail for React Native applications
- Update Product Analytics Notification SDK version to
0.8.3
1.5.5 - 2025.12.29
Section titled 1.5.5 - 2025.12.29-
Update Experience Analytics SDK version to
4.45.6:Session Replay
- Fix a crash due to infinite recursion when a sublayer references the parent view as delegate (issue observed in CorePlot)
1.5.4 - 2025.12.22
Section titled 1.5.4 - 2025.12.22- Update Experience Analytics SDK version to
4.45.5:
1.5.3 - 2025.12.12
Section titled 1.5.3 - 2025.12.12- Update Experience Analytics SDK version to
4.45.4:
1.5.2 - 2025.12.08
Section titled 1.5.2 - 2025.12.08- Update Experience Analytics SDK version to
4.45.3
- Update Product Analytics Autocapture SDK version to
0.10.1 - Update Product Analytics Core SDK version to
0.8.8: - Update Product Analytics Notification SDK version to
0.8.1:
1.5.1 - 2025.11.27
Section titled 1.5.1 - 2025.11.27- Update Experience Analytics SDK version to
4.45.1:
1.5.0 - 2025.11.14
Section titled 1.5.0 - 2025.11.14- Update Experience Analytics SDK version to
4.45.0:
Analytics
- Fixed a crash related to Zoning and Heatmap data collection on iOS 26 devices
Session Replay
- Fixed a crash related to gesture capture on iOS 26 devices
- Fixed an issue where the background color of an Image wouldn’t be correctly rendered
- Fixed a protobuf serialization crash on iOS 26 devices
- Performance improvement on iOS 26 devices
1.4.2 - 2025.10.29
Section titled 1.4.2 - 2025.10.29-
Update Experience Analytics SDK version to
4.44.3:Session Replay
- Fixed a rare crash related to gesture.
1.4.1 - 2025.10.28
Section titled 1.4.1 - 2025.10.28-
Update Experience Analytics SDK version to
4.44.2:Session Replay
- Fixed a crash related to
AVPlayerViewController.
- Fixed a crash related to
- Update Product Analytics Autocapture SDK version to
0.9.1:- Fixed a crash when calling
AttributedString(localized:)with an interpolated string. - Taps inside
WKWebVieware now ignored by default because they don't contain meaningful data and produce noise when integrating with tag capture. To restore capture on a specific view, usewebView.heapIgnoreInteractions = false.
- Fixed a crash when calling
1.4.0 - 2025.10.22
Section titled 1.4.0 - 2025.10.22Webviews The One WebView Tag feature is now available in controlled general availability. It brings key Product Analytics features — Identity, User Properties, Hierarchy, and Target Text — to WebViews, enabling unified Product Analytics and Experience Analytics. To gain access, contact your Customer Success Manager to be added to the eligibility list.
1.3.1 - 2025.10.17
Section titled 1.3.1 - 2025.10.17-
Update Experience Analytics SDK version to
4.44.1:Core SDK
- Fix an issue with the SDK internal Codable conformance extension for NSTextAlignment.
Analytics
- Heatmaps: Fix an issue where some taps would be inaccurate on iOS 26 devices
1.3.0 - 2025.10.14
Section titled 1.3.0 - 2025.10.14-
Update Experience Analytics SDK version to
4.44.0:Analytics
- Improved iOS 26 support for Zoning and Heatmap analysis
- ⚠️ Starting with iOS 26: Reliable targets are compatible with UIKit
accessibilityIdentifieronly. Read more at Reliable targets - Improved data collection on segmented controls
Session Replay
- Improved iOS 26 support to display correctly text and images on SwiftUI views for apps built with Xcode 26
- Fix a crash related to bitmap rendering
- Update Product Analytics Core SDK version to
0.8.7:- SDK is now built with Xcode 16.0.
- Internal improvements for autocapture.
1.2.1 - 2025.09.24
Section titled 1.2.1 - 2025.09.24-
Update Experience Analytics SDK version to
4.43.3:Session Replay
- Fixed a bug where gradient backgrounds were not properly collected for React Native
Analytics
- Heatmaps: Fixed a crash related to frame computations
1.2.0 - 2025.09.12
Section titled 1.2.0 - 2025.09.12- Update Product Analytics Autocapture SDK version to
0.9.0:- SwiftUI Autocapture
- Our Autocapture SDK now includes support for SwiftUI
- SwiftUI Autocapture
-
Update Experience Analytics SDK version to
4.43.2:-
Core SDK
- Improved internal feature flag stability
-
Session Replay
- Fixed an issue where SwiftUI images were missing from the replay on iOS 26 devices.
-
1.1.0 - 2025.08.06
Section titled 1.1.0 - 2025.08.06- Update Experience Analytics SDK version to
4.43.0:- Session Replay
- Image/Text masking configuration in the CSQ Console
- Support Event Triggered Replay
- Session Replay
1.0.1 - 2025.07.22
Section titled 1.0.1 - 2025.07.22- Update Experience Analytics SDK version to
4.42.4:- Session Replay
- Fix an issue related to CSInApp on iPad
- Support for React Native New Architecture Text
- Improved Session Replay screen change consistency on Capacitor apps
- WebView
- Fix an issue related to config
- Session Replay
1.0.0 - 2025.06.26
Section titled 1.0.0 - 2025.06.26Initial release of the CSQ SDK.
- Introduces the unified CSQ API, which combines Product Analytics, Experience Analytics, and Monitoring features into a single, cohesive library.
- This initial release includes:
- Experience Analytics SDK version
4.42.1. - Product Analytics Core SDK version
0.8.6. - Product Analytics Autocapture SDK version
0.8.0. - Product Analytics Notification Autocapture SDK version
0.8.0.
- Experience Analytics SDK version
0.11.3 - 2026.04.10
Section titled 0.11.3 - 2026.04.10- Update Experience Analytics SDK to
4.46.3. - Update Product Analytics Core
0.8.8↗ - Autocapture0.10.1↗ - Autocapture Notification0.8.3↗.
0.11.2 - 2026.03.23
Section titled 0.11.2 - 2026.03.23- Update Experience Analytics SDK to
4.46.2. - Update Product Analytics Core
0.8.8↗ - Autocapture0.10.1↗ - Autocapture Notification0.8.3↗.
0.11.1 - 2026.03.05
Section titled 0.11.1 - 2026.03.05- Update Experience Analytics SDK to
4.46.1. - Update Product Analytics Core
0.8.8↗ - Autocapture0.10.1↗ - Autocapture Notification0.8.3↗.
0.11.0 - 2026.02.16
Section titled 0.11.0 - 2026.02.16- Update Experience Analytics SDK to
4.46.0. - Update Product Analytics Core
0.8.8↗ - Autocapture0.10.1↗ - Autocapture Notification0.8.1↗.
0.10.4 - 2025.12.29
Section titled 0.10.4 - 2025.12.29- Update Experience Analytics SDK to
4.45.6. - Update Product Analytics Core
0.8.8↗ - Autocapture0.10.1↗ - Autocapture Notification0.8.1↗.
0.10.3 - 2025.12.22
Section titled 0.10.3 - 2025.12.22- Update Experience Analytics SDK to
4.45.5. - Update Product Analytics Core
0.8.8↗ - Autocapture0.10.1↗ - Autocapture Notification0.8.1↗.
0.10.2 - 2025.12.12
Section titled 0.10.2 - 2025.12.12- Update Experience Analytics SDK to
4.45.4. - Update Product Analytics Core
0.8.8↗ - Autocapture0.10.1↗ - Autocapture Notification0.8.1↗.
0.10.1 - 2025.12.10
Section titled 0.10.1 - 2025.12.10- Update Experience Analytics SDK to
4.45.3. - Update Product Analytics Core
0.8.8↗ - Autocapture0.10.1↗ - Autocapture Notification0.8.1↗.
0.10.0 - 2025.11.14
Section titled 0.10.0 - 2025.11.14- Update Experience Analytics SDK to
4.45.0. - Update Product Analytics Core
0.8.7↗ - Autocapture0.9.1↗ - Autocapture Notification0.8.0↗.
0.9.2 - 2025.10.28
Section titled 0.9.2 - 2025.10.28- Update Experience Analytics SDK to
4.44.2. - Update Product Analytics Core
0.8.7↗ - Autocapture0.9.1↗ - Autocapture Notification0.8.0↗.
0.9.1 - 2025.10.17
Section titled 0.9.1 - 2025.10.17- Update Experience Analytics SDK to
4.44.1. - Update Product Analytics Core
0.8.7↗ - Autocapture0.9.0↗ - Autocapture Notification0.8.0↗.
0.9.0 - 2025.10.07
Section titled 0.9.0 - 2025.10.07- Update Experience Analytics SDK to
4.44.0. - Update Product Analytics Core
0.8.7↗ - Autocapture0.9.0↗ - Autocapture Notification0.8.0↗.
0.8.1 - 2025.09.25
Section titled 0.8.1 - 2025.09.25- Update Experience Analytics SDK to
4.43.3. - Update Product Analytics Core
0.8.6↗ - Autocapture0.9.0↗ - Autocapture Notification0.8.0↗.
0.8.0 - 2025.09.11
Section titled 0.8.0 - 2025.09.11- Update Experience Analytics SDK to
4.43.2. - Update Product Analytics Core
0.8.6↗ - Autocapture0.9.0↗ (includes SwiftUI Autocapture) - Autocapture Notification0.8.0↗.
0.7.0 - 2025.08.01
Section titled 0.7.0 - 2025.08.01- Update Experience Analytics SDK to
4.43.0. - Update Product Analytics Core
0.8.6↗ - Autocapture0.8.0↗ - Autocapture Notification0.8.0↗.
0.6.3 - 2025.06.20
Section titled 0.6.3 - 2025.06.20- Update Experience Analytics SDK to
4.42.1. - Update Product Analytics Core
0.8.5↗ - Autocapture0.8.0↗ - Autocapture Notification0.8.0↗.
0.6.2 - 2025.05.22
Section titled 0.6.2 - 2025.05.22- Update Product Analytics Core
0.8.5↗ - Autocapture0.8.0↗ - Autocapture Notification0.8.0↗.
0.6.1 - 2025.05.19
Section titled 0.6.1 - 2025.05.19- Update Experience Analytics SDK to
4.41.3. - Update Product Analytics Core
0.8.1↗ - Autocapture0.8.0↗ - Autocapture Notification0.8.0↗.
0.6.0 - 2025.04.02
Section titled 0.6.0 - 2025.04.02- Update Experience Analytics SDK to
4.41.0. - Update Product Analytics Core
0.8.1↗ - Autocapture0.8.0↗ - Autocapture Notification0.8.0↗.
0.5.2 - 2025.03.12
Section titled 0.5.2 - 2025.03.12- Update Experience Analytics SDK to
4.40.2. - Update Product Analytics Core
0.8.1↗ - Autocapture0.8.0↗ - Autocapture Notification0.8.0↗.
0.5.1 - 2025.02.21
Section titled 0.5.1 - 2025.02.21- Update Experience Analytics SDK to
4.40.1. - Update Product Analytics Core
0.8.0↗ - Autocapture0.8.0↗ - Autocapture Notification0.8.0↗.
0.5.0 - 2025.02.14
Section titled 0.5.0 - 2025.02.14- Update Experience Analytics SDK to
4.40.0. - Update Product Analytics Core
0.8.0↗ - Autocapture0.8.0↗ - Autocapture Notification0.8.0↗.
0.4.0 - 2025.01.15
Section titled 0.4.0 - 2025.01.15- Update Experience Analytics SDK to
4.39.0. - Update Product Analytics Core
0.7.2↗ - Autocapture0.7.0↗ - Autocapture Notification0.7.0↗.
0.3.1 - 2024.12.06
Section titled 0.3.1 - 2024.12.06- Update Experience Analytics SDK to
4.38.2. - Update Product Analytics Core
0.7.2↗ - Autocapture0.7.0↗ - Autocapture Notification0.7.0↗.
0.3.0 - 2024.10.25
Section titled 0.3.0 - 2024.10.25- Update Experience Analytics SDK to
4.38.0. - Update Product Analytics Core
0.7.2↗ - Autocapture0.7.0↗ - Autocapture Notification0.7.0↗.
0.2.3 - 2024.10.25
Section titled 0.2.3 - 2024.10.25- Update Experience Analytics SDK to
4.37.3. - Update Product Analytics Core
0.7.2↗ - Autocapture0.7.0↗ - Autocapture Notification0.7.0↗.
0.2.2 - 2024.10.18
Section titled 0.2.2 - 2024.10.18- Update Experience Analytics SDK to
4.37.2. - Update Product Analytics Core
0.7.2↗ - Autocapture0.7.0↗ - Autocapture Notification0.7.0↗.
0.2.1 - 2024.10.14
Section titled 0.2.1 - 2024.10.14- Update Experience Analytics SDK to
4.37.1. - Update Product Analytics Core
0.7.2↗ - Autocapture0.7.0↗ - Autocapture Notification0.7.0↗.
0.2.0 - 2024.10.11
Section titled 0.2.0 - 2024.10.11- Update Experience Analytics SDK to
4.37.0. - Update Product Analytics Core
0.7.2↗ - Autocapture0.7.0↗ - Autocapture Notification0.7.0↗.
0.1.1 - 2024.09.27
Section titled 0.1.1 - 2024.09.27- Update Experience Analytics SDK to
4.36.1. - Update Product Analytics Core
0.7.1↗ - Autocapture0.7.0↗ - Autocapture Notification0.7.0↗.
0.1.0 - 2024.09.06
Section titled 0.1.0 - 2024.09.06This release marks the introduction of the CSQ SDK which brings together Product Analytics, Experience Analytics, and Monitoring features. From this version onwards, the SDK releases follow a new versioning scheme.
- Update Experience Analytics SDK to
4.36.0. - Update Product Analytics Core
0.7.1↗ - Autocapture0.7.0↗ - Autocapture Notification0.7.0↗.