Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/sentry

package.json

42 lines · 1.5 KB · JSON
{
	"name": "@kody/sentry",
	"version": "1.0.0",
	"license": "MIT",
	"private": false,
	"description": "Inspect Sentry organizations, projects, issues, and events with a saved auth token.",
	"type": "module",
	"exports": {
		".": "./src/index.ts",
		"./list-organizations": "./src/list-organizations.ts",
		"./list-projects": "./src/list-projects.ts",
		"./resolve-project": "./src/resolve-project.ts",
		"./search-issues": "./src/search-issues.ts",
		"./get-issue": "./src/get-issue.ts",
		"./get-latest-issue-event": "./src/get-latest-issue-event.ts",
		"./get-issue-events": "./src/get-issue-events.ts",
		"./summarize-issue-event": "./src/summarize-issue-event.ts",
		"./triage-issue": "./src/triage-issue.ts",
		"./request": "./src/request.ts",
		"./smoke-test": "./src/smoke-test.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"kody": {
		"id": "sentry",
		"name": "Sentry",
		"description": "Inspect Sentry organizations, projects, issues, and events with a saved auth token.",
		"tags": [
			"sentry",
			"debugging",
			"issues",
			"observability",
			"agents",
			"openapi"
		],
		"searchText": "sentry issues events organizations projects search unresolved triage summarize breadcrumbs stack trace sentryAuthToken debug error monitoring observability agent issueId orgSlug projectSlug paginated includeLatestSummaries latest event summary openapi scaffold listorganizations listorganizationprojects listorganizationissues us.sentry.io de.sentry.io self-hosted dryRun secretName integration oauth fork ready kody community"
	}
}