File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ problematic code with a ``try...catch`` block and
6565 There are more ways to report errors. For a complete guide on this see
6666:ref: `raven-js-reporting-errors `.
6767
68- Tracking Users
68+ Adding Context
6969--------------
7070
7171While a user is logged in, you can tell Sentry to associate errors with
@@ -82,6 +82,10 @@ to figure out which users are affected.
8282 If at any point, the user becomes unauthenticated, you can call
8383``Raven.setUserContext() `` with no arguments to remove their data.
8484
85+ Other similar methods are ``Raven.setExtraContext `` and
86+ ``Raven.setTagsContext `` as well as ``Raven.context ``. See
87+ :ref: `raven-js-additional-context ` for more info.
88+
8589Dealing with Minified Source Code
8690---------------------------------
8791
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ Capturing Messages
9494
9595 Raven .captureMessage (' Broken!' )
9696
97+ .. _raven-js-additional-context :
98+
9799Passing Additional Data
98100-----------------------
99101
You can’t perform that action at this time.
0 commit comments