Merge pull request #6597 from matrix-org/sentry-rageshakes

Sentry rageshakes
This commit is contained in:
James Salter 2021-08-18 17:30:09 +01:00 committed by GitHub
commit dbe463dc33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 312 additions and 7 deletions

View file

@ -51,6 +51,7 @@ export default class TileErrorBoundary extends React.Component<IProps, IState> {
private onBugReport = (): void => {
Modal.createTrackedDialog('Bug Report Dialog', '', BugReportDialog, {
label: 'react-soft-crash-tile',
error: this.state.error,
});
};