noibu-react-native 0.2.23 → 0.2.24

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
@@ -3,6 +3,9 @@
3
3
  All notable changes of the noibu-react-native SDK release series are documented in this file using
4
4
  the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
5
5
 
6
+ ## 0.2.24
7
+ - **ANDROID: Fix consuming bitmaps**
8
+
6
9
  ## 0.2.23
7
10
  - **iOS: WebView replay support**
8
11
 
@@ -66,7 +66,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
66
66
  dependencies {
67
67
  implementation "com.facebook.react:react-native:+"
68
68
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
69
- implementation "com.noibu:sessionreplay-recorder:1.0.2"
69
+ implementation "com.noibu:sessionreplay-recorder:1.0.3"
70
70
  }
71
71
 
72
72
  if (isNewArchitectureEnabled()) {
package/dist/constants.js CHANGED
@@ -24,7 +24,7 @@ const CONTENT_TYPE = 'content-type';
24
24
  * Gets the script id from the cookie object, returns default if cannot be found
25
25
  */
26
26
  function GET_SCRIPT_ID() {
27
- return "1.0.104-rn-sdk-0.2.23" ;
27
+ return "1.0.104-rn-sdk-0.2.24" ;
28
28
  }
29
29
  /**
30
30
  * Gets the max metro recon number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noibu-react-native",
3
- "version": "0.2.23",
3
+ "version": "0.2.24",
4
4
  "targetNjsVersion": "1.0.104",
5
5
  "description": "React-Native SDK for NoibuJS to collect errors in React-Native applications",
6
6
  "main": "dist/entry/index.js",