send plugin with heartbeat data to fix #41

This commit is contained in:
Alan Hamlett
2016-06-29 10:42:51 -07:00
parent 8a6a5ad440
commit 79f664861f
2 changed files with 4 additions and 1 deletions

View File

@@ -151,7 +151,8 @@ class WakaTime {
type: type,
time: moment().format('X'),
project: '<<LAST_PROJECT>>',
is_debugging: debug
is_debugging: debug,
plugin: 'chrome-wakatime/' + config.version
});
}