summaryrefslogtreecommitdiff
path: root/raven
diff options
context:
space:
mode:
authorwim glenn <wim.glenn@gmail.com>2018-04-16 14:35:00 -0500
committerAshley Camba <ashwoods@gmail.com>2018-04-18 11:30:26 +0200
commitd75531762b1dab1585b80e93df8ee88acdd1cec8 (patch)
treef10022af4e727947d93ecfe3cf78957725cf55e5 /raven
parent6869e2d3b5b3a90bcd00322676ab97ab20c90082 (diff)
downloadraven-d75531762b1dab1585b80e93df8ee88acdd1cec8.tar.gz
capture returns the event id directly, not a tuple
Diffstat (limited to 'raven')
-rw-r--r--raven/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/raven/base.py b/raven/base.py
index 1314ede..876486c 100644
--- a/raven/base.py
+++ b/raven/base.py
@@ -620,7 +620,7 @@ class Client(object):
:param stack: a stacktrace for the event
:param tags: dict of extra tags
:param sample_rate: a float in the range [0, 1] to sample this message
- :return: a tuple with a 32-length string identifying this event
+ :return: a 32-length string identifying this event
"""
if not self.is_enabled():
return