Skip to content

Commit 499eca5

Browse files
committed
Additional Data Section Missing Information
After having many captureMessage calls miss information as I believed I could simply pass an object as 'additional' context, I checked the source code and noticed that only 'tags' and 'extra' get passed along. The documentation makes no note of this, I think it would be helpful to make note of it.
1 parent f517610 commit 499eca5

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
@@ -74,7 +74,7 @@ Capturing a specific message
7474
7575
Passing additional data
7676
~~~~~~~~~~~~~~~~~~~~~~~
77-
``captureException``, ``context``, ``wrap``, and ``captureMessage`` functions all allow passing additional data to be tagged onto the error, such as ``tags``.
77+
``captureException``, ``context``, ``wrap``, and ``captureMessage`` functions all allow passing additional data to be tagged onto the error, such as ``tags`` or ``extra`` for additional context.
7878

7979
.. code-block:: javascript
8080

0 commit comments

Comments
 (0)