Sentry integration

Changelog-Added: Added Sentry error and diagnostics reporting to aid
future quality improvements
Closes: #3731
Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
Daniel D’Aquino
2026-05-11 11:30:20 -07:00
parent 9dc9738377
commit 3c98282f95
26 changed files with 2090 additions and 31 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"Sentry": {
"type": "remote",
"url": "https://mcp.sentry.dev/mcp/damus-nostr-inc/apple-ios",
"oauth": {}
}
}
}