From b818d95a649fba10ff70263856f0134e6e8deb4e Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 11 May 2015 20:29:14 -0700 Subject: [PATCH] Add info about last_heartbeat api attribute --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 7573925..0995fd9 100644 --- a/README.rst +++ b/README.rst @@ -72,3 +72,5 @@ Each plugin also has it's own log file for things outside of the common wakatime * **Vim** errors get displayed in the status line or inline (use ``:redraw!`` to clear inline errors) * **Visual Studio** errors go to ActivityLog.xml (`more info... `_) * **Xcode** errors go to ``dmesg`` (type ``dmesg`` in a Terminal to view them) + +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.