summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Ordoquy <xordoquy@linovia.com>2013-11-05 07:35:25 -0800
committerXavier Ordoquy <xordoquy@linovia.com>2013-11-05 07:35:25 -0800
commit189ba6dd9908c22538865ab0275ba4a6080e03a4 (patch)
treee04132841aa794d6577777b8d3aa9f409cc99458
parent65f793606b8d1f6ec8fc6fdfba7c797b59a21c9b (diff)
parent05d4ed09c96a7addbfb0417179456bf4fde67a03 (diff)
downloadraven-189ba6dd9908c22538865ab0275ba4a6080e03a4.tar.gz
Merge pull request #379 from jaraco/master
Update base.py
-rw-r--r--raven/base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/raven/base.py b/raven/base.py
index eb3d24d..afccb5a 100644
--- a/raven/base.py
+++ b/raven/base.py
@@ -596,6 +596,8 @@ class Client(object):
If exc_info is not provided, or is set to True, then this method will
perform the ``exc_info = sys.exc_info()`` and the requisite clean-up
for you.
+
+ ``kwargs`` are passed through to ``.capture``.
"""
return self.capture(
'raven.events.Exception', exc_info=exc_info, **kwargs)