countly-sdk-react-native-bridge
Advanced tools
Comparing version 20.11.8 to 20.11.9
@@ -0,1 +1,7 @@ | ||
## 20.11.9 | ||
* Automatic crash reporting issue fixed. | ||
* Android background session logging issue fixed. | ||
* Updated underlying android SDK to 20.11.10 | ||
* Underlying iOS SDK version is 20.11.1 | ||
## 20.11.8 | ||
@@ -2,0 +8,0 @@ * For android devices, moving a push related broadcast receiver decleration to the manifest to comply with 'PendingIntent' checks from the Play store |
@@ -304,2 +304,3 @@ /** | ||
Countly.enableCrashReporting = async function(){ | ||
CountlyReactNative.enableCrashReporting(); | ||
if (ErrorUtils && !Countly.isCrashReportingEnabled) { | ||
@@ -342,3 +343,2 @@ if(await CountlyReactNative.isLoggingEnabled()) { | ||
Countly.isCrashReportingEnabled = true; | ||
CountlyReactNative.enableCrashReporting(); | ||
} | ||
@@ -345,0 +345,0 @@ |
{ | ||
"name": "countly-sdk-react-native-bridge", | ||
"version": "20.11.8", | ||
"version": "20.11.9", | ||
"author": "Countly <hello@count.ly> (https://count.ly/)", | ||
@@ -5,0 +5,0 @@ "bugs": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2540
601143
77