Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:45 +08:00
commit 71bcf1e145
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "sentry",
"description": "Sentry integration for Claude Code with issue analysis agent",
"version": "1.0.0",
"author": {
"name": "Erhan Abay"
},
"mcp": {
"sentry": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.sentry.dev/mcp"
]
}
}
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# sentry
Sentry integration for Claude Code with issue analysis agent

41
plugin.lock.json Normal file
View File

@@ -0,0 +1,41 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:eabay/claude-code-plugins:plugins/sentry",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "b069998585e8e0f8d3145eda19f5c3e386d99cfb",
"treeHash": "2ae8ca5aa574097b8dd1f3ad2632a85637ced8011886191d405e1375e16503fd",
"generatedAt": "2025-11-28T10:16:42.942111Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "sentry",
"description": "Sentry integration for Claude Code with issue analysis agent",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "46e03f8819d1b2e9b3c1df09f03ee3c1a2fa1fa10dac3f7d72cfade9dd8a1751"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "5c930b29686fdd24317c68d8b98981fb516a3ed6e5ba1788603dd055772a4de7"
}
],
"dirSha256": "2ae8ca5aa574097b8dd1f3ad2632a85637ced8011886191d405e1375e16503fd"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}