Set Shaking Threshold
BugReporting.shakingThresholdForiPhone = 3.0;
BugReporting.shakingThresholdForiPad = 1.0;LCQBugReporting.shakingThresholdForiPhone = 3.0;
LCQBugReporting.shakingThresholdForiPad = 1.0;BugReporting.setShakingThreshold(800);BugReporting.setShakingThreshold(800)//iOS
BugReporting.setShakingThresholdForiPhone(iPhoneShakingThreshold);
BugReporting.setShakingThresholdForiPad(iPadShakingThreshold);
//Android
BugReporting.setShakingThresholdForAndroid(androidThreshold);// iOS
BugReporting.setShakingThresholdForiPhone(3.0);
BugReporting.setShakingThresholdForiPad(1.0);
// Android
BugReporting.setShakingThresholdForAndroid(800);Last updated