mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
chore(sentry): rename OPENHUMAN_SENTRY_DSN → OPENHUMAN_CORE_SENTRY_DSN (#1186)
This commit is contained in:
+6
-2
@@ -149,8 +149,12 @@ OPENHUMAN_SKILLS_WORKING_MEMORY_ENABLED=true
|
||||
# ---------------------------------------------------------------------------
|
||||
# Error Reporting (Sentry)
|
||||
# ---------------------------------------------------------------------------
|
||||
# [optional] Sentry DSN for Rust core error reporting (no PII is sent)
|
||||
OPENHUMAN_SENTRY_DSN=
|
||||
# [optional] Sentry DSN for Rust core error reporting (no PII is sent).
|
||||
# Reports to the `openhuman-core` Sentry project. The Tauri shell uses a
|
||||
# separate `OPENHUMAN_TAURI_SENTRY_DSN`; the React frontend uses
|
||||
# `VITE_SENTRY_DSN`. The legacy unprefixed name `OPENHUMAN_SENTRY_DSN` is
|
||||
# still accepted as a fallback during the transition.
|
||||
OPENHUMAN_CORE_SENTRY_DSN=
|
||||
# [optional] Short git SHA baked into the Sentry release tag
|
||||
# (`openhuman@<version>+<sha>`) via `option_env!("OPENHUMAN_BUILD_SHA")`.
|
||||
# CI sets this automatically; leave blank locally (release tag falls back
|
||||
|
||||
Reference in New Issue
Block a user