maxmilian/dsh-sentry1

dsh-sentry

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

包名
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'