Skip to content

Commit 47b4cfb

Browse files
committed
Merge branch 'telemetry' of https://github.com/webhintio/webhint.io into telemetry
2 parents ac4ec08 + 37e0154 commit 47b4cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webhint-theme/source/js/telemetry/telemetry.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@
109109
const activity = getUpdatedActivity(storage.getItem(activityKey));
110110
if (activity) {
111111
storage.setItem(activityKey, JSON.stringify(activity));
112-
trackEvent('online-scanner-activity', activity);
112+
trackEvent('online-activity', activity);
113113
}
114114
}());

0 commit comments

Comments
 (0)