Skip to content

Commit 42352cd

Browse files
committed
Merge pull request #193 from acdha/patch-1
Clarify that Raven.context rethrows exceptions
2 parents b6e1eec + 3ae9225 commit 42352cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It's impossible to retrieve a stack trace from a string. If this happens, Raven
3333
context/wrap
3434
------------
3535

36-
``Raven.context`` allows you to wrap any function to be immediately executed. Behind the scenes, Raven is just wrapping your code in a ``try...catch`` block.
36+
``Raven.context`` allows you to wrap any function to be immediately executed. Behind the scenes, Raven is just wrapping your code in a ``try...catch`` block to record the exception before re-throwing it.
3737

3838
.. code-block:: javascript
3939

0 commit comments

Comments
 (0)