chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-26 00:04:55 +00:00
parent 00ce5234bd
commit 42e27e0fdc
40 changed files with 14473 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "sentry-triage",
"version": "1.0.0",
"main": "extension.mjs",
"author": "Liz Tom",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=22"
},
"dependencies": {
"@github/copilot-sdk": "1.0.11",
"sentry": "0.42.2"
},
"description": "Scan live Sentry issues in a Copilot canvas, group them by urgency, and hand issues off for tracking or a fix PR.",
"keywords": [
"canvas",
"copilot-canvas",
"copilot-extension",
"error-triage",
"incident-response",
"on-call",
"sentry"
]
}