This commit is contained in:
Peter Hedenskog 2023-11-01 15:23:04 +01:00 committed by GitHub
parent d3a04d8774
commit c1c31ff90c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -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);
}