mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 23:29:00 +02:00
tried changing a couple of sentry ignore to regex's
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
'EBCallBackMessageReceived',
|
||||
// See http://toolbar.conduit.com/Developer/HtmlAndGadget/Methods/JSInjection.aspx
|
||||
'conduitPage',
|
||||
'NS_ERROR_NOT_CONNECTED:',
|
||||
"TypeError: Cannot read property 'row' of undefined",
|
||||
'/NS_ERROR_NOT_CONNECTED/i',
|
||||
"/Cannot read property 'row' of undefined/i",
|
||||
'TypeError: start is undefined'
|
||||
],
|
||||
ignoreUrls: [
|
||||
|
||||
Reference in New Issue
Block a user