maxmilian/dsh-sentry1

dsh-sentry

Read-only Sentry issue and event tools for DeepSeek Harness.

AI 분석

核心用途是让智能体能够检索和分析 Sentry 中的报错事件和堆栈信息。适合软件开发人员,便于快速定位线上 Bug。需要配置 Sentry 组织标识及 Auth Token。

패키지
dsh-sentry
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 26.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:maxmilian/dsh-sentry

Configuration

FieldEnvironment variableDefaultNotes
baseUrlSENTRY_URLhttps://sentry.io/Site root URL. Use https://de.sentry.io/ for the EU region. A trailing /api/0 is stripped automatically.
tokenSENTRY_AUTH_TOKENrequiredUser or organization auth token. Never returned or logged.
orgSENTRY_ORGrequiredOrganization slug. Fixed for the whole plugin instance.
localeenen, zh-TW, zh-CN, or ja. Selects the language of tool and parameter descriptions.
includeFrameVarsSENTRY_INCLUDE_FRAME_VARSfalseKeep stack frame local variables. Only the literal string true enables it. Agents cannot override this.
requestTimeoutMs30000Deadline for one whole tool call, including the extra request a short id costs. Range 1–300000.
maxResponseBytes5242880Hard cap on a single HTTP response body. Range 1–52428800.

Plugin configuration always wins over environment variables.

export SENTRY_AUTH_TOKEN='your-token'
export SENTRY_ORG='your-org'