react-native-gleapsdk 8.4.1 → 8.4.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.
@@ -53,7 +53,7 @@ repositories {
53
53
 
54
54
  dependencies {
55
55
  implementation "com.facebook.react:react-native:+"
56
- implementation group: 'io.gleap', name: 'gleap-android-sdk', version: '8.4.3'
56
+ implementation group: 'io.gleap', name: 'gleap-android-sdk', version: '8.4.4'
57
57
 
58
58
  if(rootProject && rootProject.ext) {
59
59
  if(rootProject.ext.targetSdkVersion == 30 || rootProject.ext.compileSdkVersion == 30) {
@@ -65,13 +65,6 @@ public class GleapsdkModule extends ReactContextBaseJavaModule implements Lifecy
65
65
  return context.getCurrentActivity();
66
66
  }
67
67
  });
68
-
69
- try {
70
- JSONObject body = new JSONObject();
71
- body.put("page", "MainActivity");
72
- Gleap.getInstance().trackEvent("pageView", body);
73
- } catch (Exception ex) {
74
- }
75
68
  }
76
69
 
77
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gleapsdk",
3
- "version": "8.4.1",
3
+ "version": "8.4.2",
4
4
  "description": "Know exactly why and how a bug happened. Get reports with screenshots, live action replays and all of the important metadata every time.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",