Skip to content

Commit 548d0dd

Browse files
authored
feat(marketplace): add sentry plugin to marketplace (#105)
Add Sentry error monitoring integration to the marketplace configuration. Includes error reports, stack trace analysis, and production debugging support.
1 parent ac47654 commit 548d0dd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,16 @@
414414
"url": "https://github.com/vercel/vercel-plugin.git"
415415
},
416416
"homepage": "https://github.com/vercel/vercel-plugin"
417+
},
418+
{
419+
"name": "sentry",
420+
"description": "Sentry error monitoring integration. Access error reports, analyze stack traces, search issues by fingerprint, and debug production errors directly from your development environment.",
421+
"category": "monitoring",
422+
"source": {
423+
"source": "url",
424+
"url": "https://github.com/getsentry/sentry-for-claude.git"
425+
},
426+
"homepage": "https://github.com/getsentry/sentry-for-claude/tree/main"
417427
}
418428
]
419429
}

0 commit comments

Comments
 (0)