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
+2
View File
@@ -220,3 +220,5 @@ export async function initSentry(sentryConfig: ISentryConfig): Promise<void> {
tracesSampleRate: 1.0,
});
}
window.mxSendSentryReport = sendSentryReport;