Don't warn, safari seems to block the request
This commit is contained in:
parent
691385517c
commit
1ed2007190
|
@ -131,7 +131,7 @@ class MetricsPlugin extends Plugin {
|
|||
const headers = new Headers({ 'Content-type': 'application/json; charset=UTF-8' })
|
||||
|
||||
return fetch(this.options_.metricsUrl(), { method: 'POST', body: JSON.stringify(body), headers })
|
||||
.catch(err => logger.warn('Cannot send metrics to the server.', err))
|
||||
.catch(err => logger.info('Cannot send metrics to the server.', err))
|
||||
}, this.options_.metricsInterval())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue