Skip to content

Commit 8554d3a

Browse files
committed
v6.2.0
1 parent 09c3d85 commit 8554d3a

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

example/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import App from './src/App';
33
import Gleap from 'react-native-gleapsdk';
44
import { name as appName } from './app.json';
55

6-
Gleap.setApiUrl('http://localhost:9000');
76
Gleap.enableDebugConsoleLog();
8-
Gleap.initialize('ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV');
7+
Gleap.initialize('wytzEhhSa1EFfTEqK3HXBWuGRt2PREAE');
98

109
AppRegistry.registerComponent(appName, () => App);

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PODS:
1010
- React-jsi (= 0.66.1)
1111
- ReactCommon/turbomodule/core (= 0.66.1)
1212
- fmt (6.2.1)
13-
- Gleap (6.1.0)
13+
- Gleap (6.2.0)
1414
- glog (0.3.5)
1515
- RCT-Folly (2021.06.28.00-v2):
1616
- boost
@@ -210,8 +210,8 @@ PODS:
210210
- React-jsinspector (0.66.1)
211211
- React-logger (0.66.1):
212212
- glog
213-
- react-native-gleapsdk (6.0.6):
214-
- Gleap (= 6.1.0)
213+
- react-native-gleapsdk (6.1.0):
214+
- Gleap (= 6.2.0)
215215
- React-Core
216216
- React-perflogger (0.66.1)
217217
- React-RCTActionSheet (0.66.1):
@@ -390,7 +390,7 @@ SPEC CHECKSUMS:
390390
FBLazyVector: 500821d196c3d1bd10e7e828bc93ce075234080f
391391
FBReactNativeSpec: 74c869e2cffa2ffec685cd1bac6788c021da6005
392392
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
393-
Gleap: b10854f75d0ffdfd60396401df70a37c12adec04
393+
Gleap: 95960837662603c514c00d5728a2907849993023
394394
glog: 5337263514dd6f09803962437687240c5dc39aa4
395395
RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9
396396
RCTRequired: 3cc065b52aa18db729268b9bd78a2feffb4d0f91
@@ -404,7 +404,7 @@ SPEC CHECKSUMS:
404404
React-jsiexecutor: db2f6e22a534d466fc0e34e622df47d9d20bab2f
405405
React-jsinspector: 8c0517dee5e8c70cd6c3066f20213ff7ce54f176
406406
React-logger: bfddd3418dc1d45b77b822958f3e31422e2c179b
407-
react-native-gleapsdk: 8a26f1562056745e129b1283fd042beedf52a9f7
407+
react-native-gleapsdk: 74255a1489ae504263aa231c3ec2f550f3fe875d
408408
React-perflogger: fcac6090a80e3d967791b4c7f1b1a017f9d4a398
409409
React-RCTActionSheet: caf5913d9f9e605f5467206cf9d1caa6d47d7ad6
410410
React-RCTAnimation: 6539e3bf594f6a529cd861985ba6548286ae1ead

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gleapsdk",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Know exactly why and how a bug happened. Get reports with screenshots, live action replays and all of the important metadata every time.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)