Skip to content

Commit 6bf9dc0

Browse files
authored
fix(js): Fix deprecation version for whitelistUrls and blacklistUrls (#4144)
1 parent b7a66f3 commit 6bf9dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/includes/configuration/decluttering/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can also use `denyUrls` if you want to block specific URLs forever.
1212

1313
<Alert level="warning" title="Note">
1414

15-
Prior to version 5.17.0, `allowUrls` and `denyUrls` were called `whitelistUrls` and `blacklistUrls` respectively. These options are still supported for backwards compatibility reasons, but they will be removed in version 6.0. For more information, please see our [Inclusive Language Policy](https://develop.sentry.dev/inclusion/).
15+
Prior to version 5.17.0, `allowUrls` and `denyUrls` were called `whitelistUrls` and `blacklistUrls` respectively. These options are still supported for backwards compatibility reasons, but they will be removed in version 7.0. For more information, please see our [Inclusive Language Policy](https://develop.sentry.dev/inclusion/).
1616

1717
</Alert>
1818

0 commit comments

Comments
 (0)