We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instabug.Builder(this, IBToken(BuildConfig.FLAVOR == "Stage")) .setInvocationEvents( InstabugInvocationEvent.SHAKE ) .build()
BugReporting.setOptions(Option.COMMENT_FIELD_REQUIRED) BugReporting.setAttachmentTypesEnabled(true, true, false, true) BugReporting.setOnInvokeCallback { }
version 11
Samsung s8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce the Problem
Expected Behavior
Actual Behavior
Instabug integration code
Instabug.Builder(this, IBToken(BuildConfig.FLAVOR == "Stage"))
.setInvocationEvents(
InstabugInvocationEvent.SHAKE
)
.build()
SDK Version
Android Version
version 11
Device Model
Samsung s8
[Optional] Project That Reproduces the Issue
The text was updated successfully, but these errors were encountered: