Skip to content

Commit 12e0e09

Browse files
authored
Add European/German location URL for Sentry (#194)
1 parent 5acd27e commit 12e0e09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Presets/Sentry.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public function configure(Policy $policy): void
1212
{
1313
$policy
1414
->add(Directive::CONNECT, [
15+
'https://*.ingest.de.sentry.io',
1516
'https://*.ingest.us.sentry.io',
1617
]);
1718
}

0 commit comments

Comments
 (0)