mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
ignore errors from twitter loading
This commit is contained in:
parent
c15484db6b
commit
5d09999da5
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
||||||
/webappstoolbarba\.texthelp\.com\//i,
|
/webappstoolbarba\.texthelp\.com\//i,
|
||||||
/metrics\.itunes\.apple\.com\.edgesuite\.net\//i
|
/metrics\.itunes\.apple\.com\.edgesuite\.net\//i
|
||||||
/a\.disquscdn\.com/i
|
/a\.disquscdn\.com/i
|
||||||
|
/platform\.twitter\.com/i
|
||||||
],
|
],
|
||||||
shouldSendCallback: function(data) {
|
shouldSendCallback: function(data) {
|
||||||
// only send a fraction of errors
|
// only send a fraction of errors
|
||||||
|
|
Loading…
Reference in a new issue