From 7114a5b0e5ddbd53547b14dd0ac1d79a08a3f68b Mon Sep 17 00:00:00 2001 From: Botcoder757 Date: Wed, 22 Apr 2026 09:32:11 +0530 Subject: [PATCH] Add sentry-auto-agent.json configuration file Added JSON configuration for Sentry auto agent with repository details and versioning. --- apps/sentry-auto-agent.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/sentry-auto-agent.json diff --git a/apps/sentry-auto-agent.json b/apps/sentry-auto-agent.json new file mode 100644 index 0000000..32ed834 --- /dev/null +++ b/apps/sentry-auto-agent.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/Botcoder757/sentry-triage-final", + "description": "Autonomously triages Sentry incidents — parses stack traces, git blames culprit lines, files Linear tickets, and posts Slack alerts.", + "versions": [ + { + "version": "1.0.0", + "commit": "6c525a1", + "date": "2026-04-22" + } + ] +}