change(react-native): android native method to get sessionId
This commit is contained in:
parent
77273b0df9
commit
67a3494804
1 changed files with 5 additions and 0 deletions
|
|
@ -94,6 +94,11 @@ class ReactNativeModule(reactContext: ReactApplicationContext) :
|
|||
OpenReplay.userAnonymousID(userID)
|
||||
}
|
||||
|
||||
@ReactMethod
|
||||
fun getSessionId(): String {
|
||||
return OpenReplay.getSessionId()
|
||||
}
|
||||
|
||||
@ReactMethod
|
||||
fun networkRequest(
|
||||
url: String,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue