Changelog
📬 Stay updated!
CSQ SDK
Section titled CSQ SDK6.2.0 - 2026.04.22
Section titled 6.2.0 - 2026.04.22- Native SDKs:
- Android: 1.5.0 → 1.5.1
- iOS: 1.6.0 → 1.6.3
- Bug fix
- Fixed a duplicate
hasListenersymbol conflict with third-party libraries
- Fixed a duplicate
- WebViews
- Removed unnecessary super calls in bridge handlers
- Removed the upper version limit for the React Native peer dependency. The CSQ SDK has been validated up to React Native version 0.85.
6.1.0 - 2026.02.26
Section titled 6.1.0 - 2026.02.26- Native SDKs:
- Android: 1.4.7 → 1.5.0
- iOS: 1.5.1 → 1.6.0
- Bug fix
- Fixed iOS module headers to ensure compatibility with CocoaPods projects using
use_frameworks! :linkage => :static - Fixed 0.82.x Session Replay compatibility issues
- Fixed iOS module headers to ensure compatibility with CocoaPods projects using
- Official support for React Native up to 0.84.x
6.0.5 - 2026.02.11
Section titled 6.0.5 - 2026.02.11-
Native SDKs:
- Android: 1.4.2 → 1.4.7
-
Bug fix
- Fixed a crash in Android WindowCallbackWrapper
6.0.3 - 2026.02.03
Section titled 6.0.3 - 2026.02.03- Bug fix
- WebViews: Fixed an issue with the
userAgentprop being overwritten
- WebViews: Fixed an issue with the
6.0.2 - 2025.12.15
Section titled 6.0.2 - 2025.12.15- Bug fix
- Changed the default value of
disableInteractionAutocapturetofalseto re-enable interaction capture by default
- Changed the default value of
- Fixed an issue with pod installation failing on React Native versions below 0.80
- Official support for React Native up to 0.82.x
6.0.1 - 2025.12.05
Section titled 6.0.1 - 2025.12.05Initial release of the CSQ SDK.
- Introduces the unified CSQ API, which combines
Product Analytics,Experience Analytics, andMonitoringfeatures into a single, cohesive library.
CLI for CSQ
Section titled CLI for CSQ1.0.0 - 2026.04.21
Section titled 1.0.0 - 2026.04.21Contentsquare React Native CLI is now available via npm as @contentsquare/react-native-cli
- Breaking Change: The CLI package name has changed from
@contentsquare/clito@contentsquare/react-native-cli. If you already have the CLI installed, you must:- Update the package name in your
package.json - Update the paths in your source maps upload configuration (see Error Analysis Source Maps)
- Update the package name in your
- Fix support for Gradle 9+