mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 14:44:24 +00:00
ignore some common errors in sentry
This commit is contained in:
parent
5213be4fe9
commit
4fa38178be
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@
|
|||
'bmi_SafeAddOnload',
|
||||
'EBCallBackMessageReceived',
|
||||
// See http://toolbar.conduit.com/Developer/HtmlAndGadget/Methods/JSInjection.aspx
|
||||
'conduitPage'
|
||||
'conduitPage',
|
||||
'NS_ERROR_NOT_CONNECTED:',
|
||||
"TypeError: Cannot read property 'row' of undefined",
|
||||
'TypeError: start is undefined'
|
||||
],
|
||||
ignoreUrls: [
|
||||
// Facebook flakiness
|
||||
|
|
Loading…
Reference in a new issue