You can manually log user events and send them with each report using this method. This method takes a single string.
Instabug.logUserEvent(withName: "Skipped Walkthrough")
[Instabug logUserEventWithName:@"Skipped Walkthrough"];
Instabug.logUserEvent("Logged in");
Instabug.logUserEvent("Logged in")
Instabug.logUserEventWithName("OnFeedbackButtonClicked");
Instabug.logUserEventWithName("OnFeedbackButtonClicked");
Instabug.logUserEventWithName('event');
//iOS
Instabug.LogUserEventWithName("User Event");
//Android
Instabug.LogUserEvent("My Event");