Add a global mxSendSentryReport so we can debug sentry from the console (#7042)
This commit is contained in:
Vendored
+1
@@ -99,6 +99,7 @@ declare global {
|
||||
mxSkinner?: Skinner;
|
||||
mxOnRecaptchaLoaded?: () => void;
|
||||
electron?: Electron;
|
||||
mxSendSentryReport: (userText: string, issueUrl: string, error: Error) => Promise<void>;
|
||||
}
|
||||
|
||||
interface DesktopCapturerSource {
|
||||
|
||||
Reference in New Issue
Block a user