Add a global mxSendSentryReport so we can debug sentry from the console (#7042)
This commit is contained in:
parent
6a3fb5cbb4
commit
8170697bbf
2 changed files with 3 additions and 0 deletions
|
@ -219,3 +219,5 @@ export async function initSentry(sentryConfig: ISentryConfig): Promise<void> {
|
|||
tracesSampleRate: 1.0,
|
||||
});
|
||||
}
|
||||
|
||||
window.mxSendSentryReport = sendSentryReport;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue