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 5acd27e commit 12e0e09Copy full SHA for 12e0e09
src/Presets/Sentry.php
@@ -12,6 +12,7 @@ public function configure(Policy $policy): void
12
{
13
$policy
14
->add(Directive::CONNECT, [
15
+ 'https://*.ingest.de.sentry.io',
16
'https://*.ingest.us.sentry.io',
17
]);
18
}
0 commit comments