We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32257c7 commit a00e005Copy full SHA for a00e005
CHANGELOG.md
@@ -26,7 +26,6 @@
26
...
27
options.allowUrls = ["^https://sentry.com.*\$", "my-custom-domain"];
28
options.denyUrls = ["^.*ends-with-this\$", "denied-url"];
29
- options.denyUrls = ["^.*ends-with-this\$", "denied-url"];
30
},
31
appRunner: () => runApp(MyApp()),
32
);
0 commit comments