fix(sentry): OpenClaw URL 修正 8088→8089

ADR-028 端口統一,Sentry webhook 漏掉更新

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-03-29 01:46:28 +08:00
parent b0b91a59e5
commit d6dc80bcbc

View File

@@ -37,7 +37,8 @@ logger = structlog.get_logger(__name__)
router = APIRouter(prefix="/webhooks/sentry", tags=["Sentry Webhook"])
# OpenClaw 配置
OPENCLAW_URL = "http://192.168.0.188:8088"
# 2026-03-29 ogt: 端口統一為 8089 (ADR-028)
OPENCLAW_URL = "http://192.168.0.188:8089"
SENTRY_API_URL = "http://192.168.0.110:9000"
# Sentry Level → Risk Level 映射