wakatime / browser-wakatime

Chrome extension for automatic time tracking and metrics generated from your browsing activity.
https://wakatime.com
BSD 3-Clause "New" or "Revised" License
414 stars 97 forks source link

Option to only track devtools console time #231

Open ohitstom opened 1 year ago

ohitstom commented 1 year ago

new feature request:

ispend alot of my time troubleshooting javascript code from chrome devtools, preferably this would be implemented using https://developers.google.com/cast/docs/debugging/remote_debugger so that other apps can be recognized!

alanhamlett commented 1 year ago

So only track time in browser when devtools is open, otherwise disable WakaTime tracking in the browser?

ohitstom commented 1 year ago

So only track time in browser when devtools is open, otherwise disable WakaTime tracking in the browser?

That would be a simpler implementation yes, though i meant more that it could interfact with remote debugger to get status on when you are typing in devtools (if possible) and for how long for higher accuracy and compatibility with desktop apps.

Though im not sure if that would even be in-line with the browser version?

alanhamlett commented 1 year ago

get status on when you are typing in devtools

The browser extension should already be doing that. When devtools is open it tracks time towards Debugging category instead of Browsing.

ohitstom commented 1 year ago

get status on when you are typing in devtools

The browser extension should already be doing that. When devtools is open it tracks time towards Debugging category instead of Browsing.

true, but it would be nice to be able to have debugging tracked when debugging applications like discord or Spotify which have remote debugging ports!

a browser implementation would still be great though