Send console warnings to Graphite/InfluxDB (#2315)
It is sane keep track of them too.
This commit is contained in:
parent
cd85865b99
commit
edfd911063
|
|
@ -11,6 +11,7 @@ module.exports = [
|
|||
'statistics.visualMetrics.*',
|
||||
'statistics.custom.*',
|
||||
'statistics.console.error',
|
||||
'statistics.console.warning',
|
||||
'statistics.cpu.categories.*',
|
||||
'statistics.cpu.events.*'
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue