Document setting the proxyType for metrics

Trac: 32499
This commit is contained in:
Arlo Breault 2019-12-06 17:54:54 -05:00
parent af4cc52dc2
commit 1e45d48a3c
6 changed files with 16 additions and 8 deletions

View file

@ -171,8 +171,7 @@ var debug, snowflake, config, broker, ui, log, dbg, init, update, silenceNotific
};
init = function() {
config = new Config;
config.proxyType = "webext";
config = new Config("webext");
ui = new WebExtUI();
broker = new Broker(config);
snowflake = new Snowflake(config, ui, broker);