diff --git a/README.rst b/README.rst index 7dec519..4f10356 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ 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 `_ 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 `_ api endpoint. +Saving a file forces a heartbeat to be sent. Contributing