@coralogix/react-native-plugin 0.3.1 → 0.3.2

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,3 +1,9 @@
1
+ ## 0.3.2 (2026-03-29)
2
+
3
+ ### 🩹 Patch
4
+
5
+ - Bump iOS native version to 2.4.1
6
+
1
7
  ## 0.3.1 (2026-03-19)
2
8
 
3
9
  ### 🩹 Fixes
package/CxSdk.podspec CHANGED
@@ -16,9 +16,9 @@ Pod::Spec.new do |s|
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
18
 
19
- s.dependency 'Coralogix','2.3.0'
20
- s.dependency 'CoralogixInternal','2.3.0'
21
- s.dependency 'SessionReplay','2.3.0'
19
+ s.dependency 'Coralogix','2.4.1'
20
+ s.dependency 'CoralogixInternal','2.4.1'
21
+ s.dependency 'SessionReplay','2.4.1'
22
22
 
23
23
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
24
24
  # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
package/index.cjs.js CHANGED
@@ -523,7 +523,7 @@ function stopJsRefreshRateSampler() {
523
523
  appStateSub = null;
524
524
  }
525
525
 
526
- var version = "0.3.1";
526
+ var version = "0.3.2";
527
527
  var pkg = {
528
528
  version: version};
529
529
 
package/index.esm.js CHANGED
@@ -521,7 +521,7 @@ function stopJsRefreshRateSampler() {
521
521
  appStateSub = null;
522
522
  }
523
523
 
524
- var version = "0.3.1";
524
+ var version = "0.3.2";
525
525
  var pkg = {
526
526
  version: version};
527
527
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coralogix/react-native-plugin",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Official Coralogix React Native plugin",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Coralogix",