mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 08:40:56 +00:00
tried changing a couple of sentry ignore to regex's
This commit is contained in:
parent
7e31851949
commit
fc7ca5ef74
1 changed files with 2 additions and 2 deletions
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue