parent
c17fd0072d
commit
c2afdf2487
|
|
@ -39,10 +39,13 @@ module.exports = {
|
|||
path.resolve(__dirname, 'pug', 'index.pug'),
|
||||
'utf8'
|
||||
);
|
||||
context.filterRegistry.registerFilterForType(
|
||||
DEFAULT_METRICS_PAGESUMMARY,
|
||||
'crux.pageSummary'
|
||||
);
|
||||
|
||||
if (this.options.collect === 'ALL' || this.options.collect === 'URL') {
|
||||
context.filterRegistry.registerFilterForType(
|
||||
DEFAULT_METRICS_PAGESUMMARY,
|
||||
'crux.pageSummary'
|
||||
);
|
||||
}
|
||||
|
||||
context.filterRegistry.registerFilterForType(
|
||||
DEFAULT_METRICS_SUMMARY,
|
||||
|
|
|
|||
Loading…
Reference in New Issue