From d3cfffa8276c503f415909ce85c36c0a57abec70 Mon Sep 17 00:00:00 2001 From: Kacper Wojciechowski <39823706+jog1t@users.noreply.github.com> Date: Thu, 5 Feb 2026 23:24:00 +0100 Subject: [PATCH] chore: route sentry through caddy --- frontend/Caddyfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/Caddyfile b/frontend/Caddyfile index bdf320e990..cba995e560 100644 --- a/frontend/Caddyfile +++ b/frontend/Caddyfile @@ -8,6 +8,11 @@ respond "healthy" 200 } + # Sentry tunnel proxy + handle /tunnel* { + reverse_proxy sentry-tunnel.railway.internal + } + # Main site handler handle { root * /srv