summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Ordoquy <xordoquy@linovia.com>2014-11-02 01:36:13 +0100
committerXavier Ordoquy <xordoquy@linovia.com>2014-11-02 01:36:13 +0100
commitbf4526a07f1c78bfb9ed85a9e7c27dd1aad735f0 (patch)
tree5a3d79f4b924e75d2ddbfa8599242f8a0b106a12
parent6be7c5f5c57718590de81de58fe31a2cd91823fe (diff)
downloadraven-bugfix/519.tar.gz
Update the capture documentation.bugfix/519
-rw-r--r--raven/base.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/raven/base.py b/raven/base.py
index 3cc004a..3f74c05 100644
--- a/raven/base.py
+++ b/raven/base.py
@@ -503,10 +503,9 @@ class Client(object):
:param date: the datetime of this event
:param time_spent: a integer value representing the duration of the
event (in milliseconds)
- :param event_id: a 32-length unique string identifying this event
:param extra: a dictionary of additional standard metadata
- :param culprit: a string representing the cause of this event
- (generally a path to a function)
+ :param stack: a stacktrace for the event
+ :param tags: list of extra tags
:return: a tuple with a 32-length string identifying this event
"""