Restore a valid SENTRY_DSN in SSM (Sentry currently disabled in prod) #44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Follow-up to eco-app#43. The prod crash-loop was hardened away (a malformed DSN now log-and-skips), and eco-app is live again on the current image. But the root-cause misconfig is still present:
/sentry-dsn/eco-mcp-appin AWS SSM holds a malformed value (64 bytes, nohttps://scheme), last modified 2026-06-23.Consequence: Sentry is silently disabled in production right now. The app boots fine and logs a warning (
SENTRY_DSN is set but invalid; continuing without Sentry) on every start, but no errors are being captured.Ask
Put the correct Sentry DSN back into SSM (SecureString), then restart the deployment so the running pod picks it up:
A valid DSN looks like
https://<key>@o<org>.ingest.sentry.io/<projid>. Needs the real value, which only Kai has - not an agent action.