Skip to content

Commit fdb5225

Browse files
chore(android): deprecate identifyUser
Deprecate the identifyUser method which doesn't accept the ID argument.
1 parent 9a8703d commit fdb5225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ public void run() {
294294
* @param userEmail User's default email
295295
*/
296296
@ReactMethod
297+
@Deprecated
297298
public void identifyUser(final String userEmail, final String userName) {
298299
MainThreadHandler.runOnMainThread(new Runnable() {
299300
@Override

0 commit comments

Comments
 (0)