Zen: telemetry

This commit is contained in:
Frank 2025-09-08 15:46:57 -04:00
commit cd42503e2c
7 changed files with 146 additions and 61 deletions

7
sst-env.d.ts vendored
View file

@ -64,6 +64,13 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
"HONEYCOMB_API_KEY": {
"type": "sst.sst.Secret"
"value": string
}
"LogProcessor": {
"type": "sst.cloudflare.Worker"
}
"STRIPE_SECRET_KEY": {
"type": "sst.sst.Secret"
"value": string