Skip to content

Commit 88efa6f

Browse files
committed
Replaced if with if and only if
1 parent d708741 commit 88efa6f

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)