LJH-snow/dsh-tool-sentry0

@libai168/dsh-tool-sentry

Sentry tools for DeepSeek Harness: projects, issues, events, releases, teams, and members

AI 분석

为 DSH 提供 Sentry 错误追踪平台集成。适合需要让 Agent 辅助排查线上崩溃、分析 Sentry 事件或管理 Release 的开发与运维人员,需配置 Sentry Token。

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

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Configuration

Load the plugin in a dsh composition config (cordis.yml):

- name: 'dsh-tool-sentry'
  config:
    token: 'sntrys_xxx'        # required Sentry API token
    organization: 'acme'       # optional default org slug; tools can still override it
    baseUrl: 'https://sentry.io/api/0'   # optional; use your self-hosted Sentry API root
    timeoutMs: 15000           # optional request timeout in ms (default 15000)

Full example: examples/cordis.yml.