user_agents api endpoint
This commit is contained in:
parent
742a733746
commit
faa400f44e
1 changed files with 3 additions and 1 deletions
|
@ -103,7 +103,9 @@ Each plugin also has it's own log file for things outside of the common wakatime
|
|||
* **Vscode** logs to the developer console (Help -> Toggle Developer Tools)
|
||||
* **Xcode** type ``sudo tail -f /var/log/system.log`` in a Terminal to view Xcode errors
|
||||
|
||||
Check that heartbeats are received by the WakaTime api with the ``last_heartbeat`` and ``last_plugin`` attributes from the `current user <https://wakatime.com/api/v1/users/current>`_ api resource. Saving a file forces a heartbeat to be sent.
|
||||
Check that heartbeats are received by the WakaTime api with the ``last_heartbeat`` and ``last_plugin`` attributes from the `current user <https://wakatime.com/api/v1/users/current>`_ api resource.
|
||||
You can also see a list of all your plugins and when they were last seen by the api with the `user_agents <https://wakatime.com/api/v1/users/current/user_agents>`_ api endpoint.
|
||||
Saving a file forces a heartbeat to be sent.
|
||||
|
||||
|
||||
Contributing
|
||||
|
|
Loading…
Reference in a new issue