@convivainc/conviva-react-native-appanalytics 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
# Changelog
|
|
3
3
|
|
|
4
|
+
## 0.2.7 (31/Dec/2025)
|
|
5
|
+
- Supports network request url query params tracking.
|
|
6
|
+
- Enhanced the remote configuration feature to support instant updates.
|
|
7
|
+
- Using latest android(v1.2.6) and ios(v1.8.0) native packages.
|
|
8
|
+
|
|
4
9
|
## 0.2.6 (16/Dec/2025)
|
|
5
|
-
-
|
|
10
|
+
- Improves App Load Time metric by collecting more data.
|
|
6
11
|
- Using latest android(v1.2.6) and ios(v1.7.0) native packages.
|
|
7
12
|
|
|
8
13
|
## 0.2.5 (25/Nov/2025)
|
package/package.json
CHANGED