Pass on correct WPT info for tags InfluxDB/Grafana #2643 (#2644)

This commit is contained in:
Peter Hedenskog 2019-09-17 21:48:12 +02:00 committed by GitHub
parent 9b7df3f151
commit b1997d0a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ module.exports = {
this.timestamp,
this.tsdbType,
this.alias,
this.wptExtras,
this.wptExtras[message.url],
this.usingBrowsertime,
this.options
);

View File

@ -138,7 +138,7 @@ module.exports = {
this.screenshotType,
this.timestamp,
this.alias,
this.wptExtras,
this.wptExtras[message.url],
this.usingBrowsertime,
this.options
);