Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RMSD authored Apr 3, 2017
1 parent 56688cf commit 39816ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ from trakerr import TrakerrClient
you can then send call log simply to send a quick error to Trakerr. Note the values that the argument dictionary takes are in the log docstring.

```python
client = TrakerrClient("API Key here", "App Version number")

client.log({"user":"jill@trakerr.io", "session":"25", "errname":"user logon issue",
"errmessage":"User refreshed the page."}, "info", "logon script", False)
```
Expand Down

0 comments on commit 39816ed

Please sign in to comment.