Skip to content

Commit 13d9fe8

Browse files
committed
Add Sentry error endpoint to connect CSP
1 parent 1db1259 commit 13d9fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/webpack.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default merge(common, {
149149
'connect-src': [
150150
"'self'", 'data:',
151151
'http://127.0.0.1:45456', 'http://127.0.0.1:45457', 'ws://127.0.0.1:45456',
152-
'https://*.httptoolkit.tech'
152+
'https://*.httptoolkit.tech', 'https://*.ingest.us.sentry.io'
153153
],
154154
'report-uri': CSP_REPORT_URL,
155155
'report-to': 'csp-endpoint'

0 commit comments

Comments
 (0)