From 6186e81b984d03c574c1964d9f9b64ffbae5a064 Mon Sep 17 00:00:00 2001 From: Arjan Singh <1598641+arjansingh@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:05:15 -0700 Subject: [PATCH] chore: add example sentry env vars (#6462) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Add examples for future debugging documentations. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6462-chore-add-example-sentry-env-vars-29c6d73d365081b5bf06f8f248985fbf) by [Unito](https://www.unito.io) --- .env_example | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.env_example b/.env_example index 81c31f225..b77b87bc0 100644 --- a/.env_example +++ b/.env_example @@ -23,10 +23,10 @@ TEST_COMFYUI_DIR=/home/ComfyUI # Whether to enable minification of the frontend code. ENABLE_MINIFY=true -# Whether to disable proxying the `/templates` route. If true, allows you to -# serve templates from the ComfyUI_frontend/public/templates folder (for -# locally testing changes to templates). When false or nonexistent, the -# templates are served via the normal method from the server's python site +# Whether to disable proxying the `/templates` route. If true, allows you to +# serve templates from the ComfyUI_frontend/public/templates folder (for +# locally testing changes to templates). When false or nonexistent, the +# templates are served via the normal method from the server's python site # packages. DISABLE_TEMPLATES_PROXY=false @@ -37,3 +37,8 @@ DISABLE_VUE_PLUGINS=false # Algolia credentials required for developing with the new custom node manager. ALGOLIA_APP_ID=4E0RO38HS8 ALGOLIA_API_KEY=684d998c36b67a9a9fce8fc2d8860579 + +# Sentry ENV vars replace with real ones for debugging +# SENTRY_AUTH_TOKEN=private-token # get from sentry +# SENTRY_ORG=comfy-org +# SENTRY_PROJECT=cloud-frontend-staging