Fixes #1013 Closes #1031
This commit is contained in:
Родитель
a5efa3b305
Коммит
7ab07c87cc
|
@ -115,6 +115,11 @@ TabTracker.prototype = {
|
|||
},
|
||||
|
||||
handlePerformanceEvent(eventData, eventName, value) {
|
||||
if (!tabs.activeTab) {
|
||||
// short circuit out if there is no active tab
|
||||
return;
|
||||
}
|
||||
|
||||
let payload = Object.assign({}, eventData);
|
||||
payload.action = "activity_stream_performance";
|
||||
payload.tab_id = tabs.activeTab.id;
|
||||
|
|
Загрузка…
Ссылка в новой задаче