Skip to content

Commit cce3f41

Browse files
committed
Merge pull request #194 from mgedmin/patch-1
Mention `tags` as a valid option for Raven.config
2 parents cc67bce + 295abf9 commit cce3f41

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/config/index.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ The name of the logger used by Sentry. Default: ``javascript``
3737
3838
.. _config-whitelist-urls:
3939

40+
tags
41+
----
42+
43+
Additional `tags <https://www.getsentry.com/docs/tags/>`__ to assign to each event.
44+
45+
.. code-block:: javascript
46+
47+
{
48+
tags: {git_commit: 'c0deb10c4'}
49+
}
50+
4051
whitelistUrls
4152
-------------
4253

0 commit comments

Comments
 (0)