chore: configure alerting and monitoring (#25857)

This commit is contained in:
Victor Navarro 2026-05-05 16:08:28 +02:00 committed by GitHub
commit 726ae6f541
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 471 additions and 0 deletions

View file

@ -35,6 +35,10 @@ declare module "sst" {
"type": "sst.cloudflare.SolidStart"
"url": string
}
"DISCORD_INCIDENT_WEBHOOK_URL": {
"type": "sst.sst.Secret"
"value": string
}
"DISCORD_SUPPORT_BOT_TOKEN": {
"type": "sst.sst.Secret"
"value": string
@ -87,6 +91,10 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
"INCIDENT_WEBHOOK_SIGNING_SECRET": {
"type": "sst.sst.Secret"
"value": string
}
"R2AccessKey": {
"type": "sst.sst.Secret"
"value": string