c
cortex-plugin-sentry
ESMv1.0.0MIT
Official CortexPrism plugin
0.00CortexPrism
cloudcortex-plugindevelopmentdevopsesminfrastructure
Install Command
$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-sentryConfiguration
Plugin Type
ESM
Entry Point
mod.ts
License
MIT
Capabilities
toolsnetwork:fetch
Tags
cloudcortex-plugindevelopmentdevopsesminfrastructure
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
cortex-plugin-sentry
Triage error groups, analyze stack traces, suggest fixes, and create GitHub issues from Sentry errors.
Installation
cortex plugin install marketplace:cortex-plugin-sentry
cortex plugin install github:CortexPrism/cortex-plugin-sentry
cortex plugin install ./manifest.json
Quick Start
cortex tools list
cortex chat --plugin cortex-plugin-sentry
Tools
sentry_list_issues — List error issues
project(string, required)status(enum: unresolved/resolved/ignored/all, unresolved)limit(number, 20)environment(string)
sentry_get_issue — Get issue details
issue_id(string, required)
sentry_analyze_stacktrace — Analyze stack trace
issue_id(string, required)
sentry_suggest_fix — Suggest fix for error
issue_id(string, required)
sentry_create_github_issue — Create GitHub issue from Sentry
issue_id(string, required)repo(string, required — owner/repo)
Configuration
{
"plugins": {
"cortex-plugin-sentry": {
"enabled": true,
"config": {
"sentryAuthToken": "",
"sentryOrg": "",
"sentryDefaultProject": ""
}
}
}
}
Development
deno task test
deno task lint
deno task validate
License
MIT
Published June 15, 2026 · Updated June 15, 2026