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
65
65
There are more ways to report errors. For a complete guide on this see
66
66
:ref: `raven-js-reporting-errors `.
67
67
68
- Tracking Users
68
+ Adding Context
69
69
--------------
70
70
71
71
While a user is logged in, you can tell Sentry to associate errors with
@@ -82,6 +82,10 @@ to figure out which users are affected.
82
82
If at any point, the user becomes unauthenticated, you can call
83
83
``Raven.setUserContext() `` with no arguments to remove their data.
84
84
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
+
85
89
Dealing with Minified Source Code
86
90
---------------------------------
87
91
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ Capturing Messages
94
94
95
95
Raven .captureMessage (' Broken!' )
96
96
97
+ .. _raven-js-additional-context :
98
+
97
99
Passing Additional Data
98
100
-----------------------
99
101
You can’t perform that action at this time.
0 commit comments