Add Sentry

Visibility into errors in prod
This commit is contained in:
Kyle Corbitt
2023-08-03 10:10:33 -07:00
parent e391379c3e
commit 33fb2db981
13 changed files with 520 additions and 66 deletions

View File

@@ -14,10 +14,12 @@ declare module "nextjs-routes" {
| StaticRoute<"/account/signin">
| DynamicRoute<"/api/auth/[...nextauth]", { "nextauth": string[] }>
| StaticRoute<"/api/experiments/og-image">
| StaticRoute<"/api/sentry-example-api">
| DynamicRoute<"/api/trpc/[trpc]", { "trpc": string }>
| DynamicRoute<"/experiments/[id]", { "id": string }>
| StaticRoute<"/experiments">
| StaticRoute<"/">
| StaticRoute<"/sentry-example-page">
| StaticRoute<"/world-champs">
| StaticRoute<"/world-champs/signup">;