We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0db95 commit 529b75dCopy full SHA for 529b75d
docs/usage.rst
@@ -149,7 +149,7 @@ functions all allow passing additional data to be tagged onto the error.
149
.. code-block:: javascript
150
151
Raven.context({
152
- extra: {planet: {name: 'Earth'}}}
+ extra: {planet: {name: 'Earth'}}
153
}, function () { /* ... */ });
154
155
// NOTE: Raven.wrap and Raven.context accept options as first argument
0 commit comments