Redirect UISI autorageshakes to separate repo and add more labels for filtering (#7598)
This adds a new key `uisi_autorageshake_app` to config.json, holding an optional custom app name for UISI autorageshakes so that the rageshake server can file them separately from user-submitted rageshakes.
This commit is contained in:
parent
2f209c4346
commit
31e6b942f2
3 changed files with 13 additions and 8 deletions
|
@ -96,7 +96,7 @@ export default class BugReportDialog extends React.Component<IProps, IState> {
|
|||
userText,
|
||||
sendLogs: true,
|
||||
progressCallback: this.sendProgressCallback,
|
||||
label: this.props.label,
|
||||
labels: [this.props.label],
|
||||
}).then(() => {
|
||||
if (!this.unmounted) {
|
||||
this.props.onFinished(false);
|
||||
|
@ -128,7 +128,7 @@ export default class BugReportDialog extends React.Component<IProps, IState> {
|
|||
await downloadBugReport({
|
||||
sendLogs: true,
|
||||
progressCallback: this.downloadProgressCallback,
|
||||
label: this.props.label,
|
||||
labels: [this.props.label],
|
||||
});
|
||||
|
||||
this.setState({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue