Remove frontend Sentry SDK to fix CORS/CSP errors
The frontend Sentry script was causing CORS and Content Security Policy errors. Since backend error tracking is already configured with Sentry, the frontend SDK is not essential and has been removed to prevent these errors. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
420d7ab57b
commit
df436ab55d
1 changed files with 0 additions and 2 deletions
|
|
@ -64,8 +64,6 @@
|
|||
</script>
|
||||
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
|
||||
</script>
|
||||
<script src="https://js.sentry-cdn.com/be4b53768e7c243cc72fa78ee7b7ec8c.min.js" crossorigin="anonymous">
|
||||
</script>
|
||||
</head>
|
||||
<body class={body_class(assigns)}>
|
||||
{@inner_content}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue