Skip to content

Commit cdc4339

Browse files
committed
Merge pull request #178 from arty-name/patch-1
Replaced `if` with `if and only if`
2 parents d708741 + 88efa6f commit cdc4339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The name of the logger used by Sentry. Default: ``javascript``
3838
whitelistUrls
3939
-------------
4040

41-
The inverse of ``ignoreUrls``. Only report errors from whole urls matching a regex pattern or an exact string. ``whitelistUrls`` should match the url of your actual JavaScript files. It should match the url of your site iff you are inlining code inside ``<script>`` tags.
41+
The inverse of ``ignoreUrls``. Only report errors from whole urls matching a regex pattern or an exact string. ``whitelistUrls`` should match the url of your actual JavaScript files. It should match the url of your site if and only if you are inlining code inside ``<script>`` tags.
4242

4343
.. code-block:: javascript
4444

0 commit comments

Comments
 (0)