We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390e478 commit a0f1f4aCopy full SHA for a0f1f4a
src/collections/_documentation/error-reporting/configuration/index.md
@@ -110,14 +110,14 @@ will attempt to auto-discover this value.
110
{% endunsupported %}
111
112
{:.config-key}
113
-### `allow-urls`
+### `deny-urls`
114
115
{% supported browser browsernpm %}
116
A list of strings or regex patterns that match error URLs which should not be sent to Sentry. By default, all errors will be sent.
117
{% endsupported %}
118
119
120
-### `deny-urls`
+### `allow-urls`
121
122
123
A legacy alias for a list of strings or regex patterns that match error URLs which should exclusively be sent to Sentry. By default, all errors
0 commit comments