Skip to content

Commit d755317

Browse files
wimglennashwoods
authored andcommitted
capture returns the event id directly, not a tuple
1 parent 6869e2d commit d755317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raven/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ def capture(self, event_type, data=None, date=None, time_spent=None,
620620
:param stack: a stacktrace for the event
621621
:param tags: dict of extra tags
622622
:param sample_rate: a float in the range [0, 1] to sample this message
623-
:return: a tuple with a 32-length string identifying this event
623+
:return: a 32-length string identifying this event
624624
"""
625625
if not self.is_enabled():
626626
return

0 commit comments

Comments
 (0)