1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

Merge branch 'develop' into sort-imports

This commit is contained in:
Aaron Raimist
2021-10-27 21:50:56 -05:00
107 changed files with 1722 additions and 1208 deletions

View File

@@ -220,3 +220,5 @@ export async function initSentry(sentryConfig: ISentryConfig): Promise<void> {
tracesSampleRate: 1.0,
});
}
window.mxSendSentryReport = sendSentryReport;