diff --git a/docs/config/index.rst b/docs/config/index.rst index afc10c34d7cb..95738efcdc86 100644 --- a/docs/config/index.rst +++ b/docs/config/index.rst @@ -37,6 +37,17 @@ The name of the logger used by Sentry. Default: ``javascript`` .. _config-whitelist-urls: +tags +---- + +Additional `tags `__ to assign to each event. + +.. code-block:: javascript + + { + tags: {git_commit: 'c0deb10c4'} + } + whitelistUrls -------------