From cbe940c3d8d8cb0be31a0bedf0e87c98a83fb512 Mon Sep 17 00:00:00 2001 From: Chris Raible Date: Thu, 15 Jan 2026 12:15:29 -0800 Subject: [PATCH] Updated README to clarify required environment variables for shipping Koenig The README.md indicates that we need to populate VITE_SENTRY_ORG and VITE_SENTRY_PROJECt variables before shipping Koenig, but these values are actually hardcoded in the viteSentryPlugin. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ddf71d385c..9869e30c89 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,6 @@ Ghost core team only. Create an `.env` file in `packages/koenig-lexical`, with environment variables for Sentry, so that we can track errors in the editor. There is a copy of this file in [1password](https://start.1password.com/open/i?a=FTXJSFO4TFAIVNFNGLK6UWNFTQ&v=2zqurhc5fmj5thjoob4oxwfllq&i=gcx3n7g2y5dibdn6n4zsgtm64y&h=ghost.1password.com). ``` -VITE_SENTRY_ORG="" -VITE_SENTRY_PROJECT="" VITE_SENTRY_AUTH_TOKEN="" ```