Add missing setup https://github.com/sitespeedio/sitespeed.io/issues/3994 (#3995)
This commit is contained in:
parent
d3a04d8774
commit
c1c31ff90c
|
|
@ -15,6 +15,7 @@ function shouldIgnoreMessage(message) {
|
|||
'browsertime.setup',
|
||||
'browsertime.scripts',
|
||||
'browsertime.asyncscripts',
|
||||
'compare.setup',
|
||||
'sitespeedio.setup',
|
||||
'webpagetest.har',
|
||||
'webpagetest.setup',
|
||||
|
|
@ -24,15 +25,18 @@ function shouldIgnoreMessage(message) {
|
|||
'budget.addMessageType',
|
||||
'html.css',
|
||||
'html.pug',
|
||||
's3.setup',
|
||||
's3.finished',
|
||||
'scp.setup',
|
||||
'scp.finished',
|
||||
'gcs.setup',
|
||||
'gcs.finished',
|
||||
'ftp.setup',
|
||||
'ftp.finished',
|
||||
'graphite.setup',
|
||||
'influxdb.setup',
|
||||
'grafana.setup',
|
||||
'sustainable.setup',
|
||||
'scp.setup'
|
||||
'sustainable.setup'
|
||||
].includes(message.type);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue