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:
@@ -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 映射
|
||||
|
||||
Reference in New Issue
Block a user