Skip to content

Commit

Permalink
Add missing setup #3994 (#3995)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Nov 1, 2023
1 parent d3a04d8 commit c1c31ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/plugins/analysisstorer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function shouldIgnoreMessage(message) {
'browsertime.setup',
'browsertime.scripts',
'browsertime.asyncscripts',
'compare.setup',
'sitespeedio.setup',
'webpagetest.har',
'webpagetest.setup',
Expand All @@ -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);
}

Expand Down

0 comments on commit c1c31ff

Please sign in to comment.