Skip to content

Commit 46e6df4

Browse files
authored
Update options.mdx (#3713)
"legacy" is a leftover word from then it was called whitelistUrl instead of allowUrl which is now called. So the legacy word can be omitted.
1 parent def50d9 commit 46e6df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ A list of strings or regex patterns that match error URLs that should not be sen
171171

172172
<ConfigKey name="allow-urls" supported={["javascript"]} notSupported={["node"]}>
173173

174-
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
174+
A list of strings or regex patterns that match error URLs which should exclusively be sent to Sentry. By default, all errors
175175
will be sent. This is a "contains" match to the entire file URL. As a result, if you add `foo.com` to it, it will also match on `https://bar.com/myfile/foo.com`. By default, all errors will be sent.
176176

177177
</ConfigKey>

0 commit comments

Comments
 (0)