docs: Add Sentry guide (#11276)

This commit is contained in:
Abhijeet Prasad
2024-05-28 18:14:34 -04:00
committed by GitHub
parent 15603ab596
commit 474d4cf3ce
2 changed files with 53 additions and 0 deletions

View File

@@ -234,6 +234,7 @@ bun upgrade --canary
- [Use Neon's Serverless Postgres with Bun](https://bun.sh/guides/ecosystem/neon-serverless-postgres)
- [Use Prisma with Bun](https://bun.sh/guides/ecosystem/prisma)
- [Use React and JSX](https://bun.sh/guides/ecosystem/react)
- [Add Sentry to a Bun app](https://bun.sh/guides/ecosystem/sentry)
- HTTP
- [Common HTTP server usage](https://bun.sh/guides/http/server)