Skip to content

Commit 39816ed

Browse files
authored
Update README.md
1 parent 56688cf commit 39816ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ from trakerr import TrakerrClient
8585
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.
8686

8787
```python
88+
client = TrakerrClient("API Key here", "App Version number")
89+
8890
client.log({"user":"[email protected]", "session":"25", "errname":"user logon issue",
8991
"errmessage":"User refreshed the page."}, "info", "logon script", False)
9092
```

0 commit comments

Comments
 (0)