Skip to content

Commit

Permalink
Issue #99 - Support blankWindowShown
Browse files Browse the repository at this point in the history
  • Loading branch information
armenzg committed Jun 13, 2018
1 parent 8f23ac8 commit 4b4687b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/perf/telemetry_config.js
Expand Up @@ -33,6 +33,15 @@ const TELEMETRY_CONFIG = {
application: 'Firefox',
},
},
blankWindowShown: {
channel: 'nightly',
metric: 'SIMPLE_MEASURES_BLANKWINDOWSHOWN',
evoVersions: '5',
filters: {
child: 'parent',
application: 'Firefox',
},
},
};

export default TELEMETRY_CONFIG;

0 comments on commit 4b4687b

Please sign in to comment.