chore: configure alerting and monitoring (#25857)

This commit is contained in:
Victor Navarro
2026-05-05 16:08:28 +02:00
committed by GitHub
parent 773078e81f
commit 726ae6f541
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