in assets/telemetry-metrics.js [230:238]
function generateContent(dataUrl) {
const historyInput = document.getElementById('history-select');
historyInput.value = window.historyStatus;
const channelInput = document.getElementById('channel-select');
channelInput.value = window.channelStatus;
const platformInput = document.getElementById('platform-select');
platformInput.value = window.platformStatus;
loadData(dataUrl);
}