Skip to main content

Auto screenshot

When Shake's New ticket screen is invoked, a screenshot is automatically attached to it.

Auto screenshot

Disable

Imagine a case where you leave the auto screenshot enabled and you set up Shake in a way that your users report all their issues and suggestions only by visiting My account → Help in your app. Since Shake would always be invoked from that same place, every ticket your users send you would always have the identical screenshot attached. That would be both confusing and useless.

Open Shake Home screen

Disable auto screenshot using the following snippet:

main.dart
Shake.setScreenshotIncluded(false);

Privacy

Visit Protect sensitive data to learn how to easily mark any view as private so it's automatically deleted from the auto screenshot.