Skip to content

Commit c2c4984

Browse files
author
Ives van Hoorne
committed
Ignore errors from typescriptServices
1 parent a6038dd commit c2c4984

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/app/src/app/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ if (process.env.NODE_ENV === 'production') {
5959
/127\.0\.0\.1:4001\/isrunning/i, // Cacaoweb
6060
/webappstoolbarba\.texthelp\.com\//i,
6161
/metrics\.itunes\.apple\.com\.edgesuite\.net\//i,
62+
// Monaco debuggers
63+
'https://codesandbox.io/public/vs/language/typescript/lib/typescriptServices.js',
6264
],
6365
}).install();
6466
} catch (error) {

0 commit comments

Comments
 (0)