Add a global mxSendSentryReport so we can debug sentry from the console (#7042)
This commit is contained in:
@@ -219,3 +219,5 @@ export async function initSentry(sentryConfig: ISentryConfig): Promise<void> {
|
||||
tracesSampleRate: 1.0,
|
||||
});
|
||||
}
|
||||
|
||||
window.mxSendSentryReport = sendSentryReport;
|
||||
|
||||
Reference in New Issue
Block a user