mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 06:39:01 +02:00
ignore some common errors in sentry
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user