From df436ab55d8719afc9f3dfa165f9a554f374efe9 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 18 Jul 2025 15:14:36 -0500 Subject: [PATCH] Remove frontend Sentry SDK to fix CORS/CSP errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- lib/aprsme_web/components/layouts/root.html.heex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/aprsme_web/components/layouts/root.html.heex b/lib/aprsme_web/components/layouts/root.html.heex index 222c701..6b7812a 100644 --- a/lib/aprsme_web/components/layouts/root.html.heex +++ b/lib/aprsme_web/components/layouts/root.html.heex @@ -64,8 +64,6 @@ - {@inner_content}