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 54a0f6c commit fdd0a8dCopy full SHA for fdd0a8d
docs/troubleshooting.md
@@ -24,7 +24,7 @@ be done in the `server/index.ts` file.
24
directives: {
25
'connect-src': [
26
MODE === 'development' ? 'ws:' : null,
27
- process.env.SENTRY_DSN ? '*.ingest.sentry.io' : null,
+ process.env.SENTRY_DSN ? '*.sentry.io' : null,
28
"'self'",
29
].filter(Boolean),
30
'font-src': ["'self'"],
server/index.ts
@@ -116,7 +116,7 @@ app.use(
116
117
118
119
120
121
122
0 commit comments