Skip to content

Commit 9ea189f

Browse files
committed
Enable Auto screen recording
1 parent 8c79b30 commit 9ea189f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/com/example/instabug/SampleApplication.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,7 @@ public void onCreate() {
6868

6969
//setting user attributes
7070
Instabug.setUserAttribute("USER_TYPE", "instabug user");
71+
72+
Instabug.setAutoScreenRecordingEnabled(true);
7173
}
7274
}

0 commit comments

Comments
 (0)