Skip to content

Commit 1123cff

Browse files
committed
Add example for how to capture extra data.
Fixes #121 #167
1 parent edeedd2 commit 1123cff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/usage/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Passing additional data
8787
8888
Raven.wrap({logger: "my.module"}, function(){ ... })
8989
90+
Raven.captureException(e, {extra: { foo: "bar" }})
91+
9092
Getting back an event id
9193
~~~~~~~~~~~~~~~~~~~~~~~~
9294

0 commit comments

Comments
 (0)