Repro Steps

Much like user steps, repro steps are also collected by default. They show the user steps, which are the steps the user has taken until the report was sent in compiled by view.

User Repro Collection can be disabled using this method.

Method

Luciq.reproStepsMode = .disable

Repro Steps Parameters:

//Enable
.enable
//Enable without Screenshots
.enabledWithNoScreenshots
//Disable
.disable

Last updated