Shake
Create
Log in / Sign up
Roadmap
Feature requests
125
Voters
Z
Powered by Canny
2
Ability to attach auto screen recording to silent reports
complete
P
Peter Simic
November 19, 2020
Log in to leave a comment
Log In
Activity Feed
Sort by
Sanjin Grahovar Sadikovic
marked this post as
complete
Hey. It is now possible to attach video to silent reports on all platforms, as of Shake SDK v15.1.0.
You can read more about it in the docs:
iOS:
let conf = ShakeReportConfiguration()
conf.includesVideo = true
Android:
val configuration = ShakeReportConfiguration()
configuration.video = true
React Native:
const configuration = new ShakeReportConfiguration();
configuration.video = true;
Flutter:
ShakeReportConfiguration configuration = ShakeReportConfiguration();
configuration.video = true;
·
December 28, 2021
·
Reply
Sanjin Grahovar Sadikovic
marked this post as
in progress
November 3, 2021
Z
Zheng Liu
Need this
·
October 25, 2021
·
Reply
P
Peter Simic
Zheng Liu thanks a lot for the comment, our Product team will definitely get to this within 2 months tops. What platform are you working with, native iOS, Android, or Flutter or React Native?
·
October 25, 2021
·
Reply
Powered by Canny