Skip to content

Commit a0f1f4a

Browse files
authored
fix inclusive language for JS urls (#1838)
1 parent 390e478 commit a0f1f4a

File tree

1 file changed

+2
-2
lines changed
  • src/collections/_documentation/error-reporting/configuration

1 file changed

+2
-2
lines changed

src/collections/_documentation/error-reporting/configuration/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ will attempt to auto-discover this value.
110110
{% endunsupported %}
111111

112112
{:.config-key}
113-
### `allow-urls`
113+
### `deny-urls`
114114

115115
{% supported browser browsernpm %}
116116
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.
117117
{% endsupported %}
118118

119119
{:.config-key}
120-
### `deny-urls`
120+
### `allow-urls`
121121

122122
{% supported browser browsernpm %}
123123
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

Comments
 (0)