From 750f497b28a5636199080e42d835108f423ccb6f Mon Sep 17 00:00:00 2001 From: Frances Coronel Date: Thu, 24 Aug 2023 15:04:33 -0400 Subject: [PATCH] remove sentry example Signed-off-by: Frances Coronel --- README.md | 8 +++++++- pages/api/sentry-example-api.js | 5 ----- 2 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 pages/api/sentry-example-api.js diff --git a/README.md b/README.md index a509ce0..c845d7f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Our goal is to increase visibility and access to valuable opportunities. 💼 [LinkedIn Page](https://linkedin.com/company/latina-dev) -📚 [Documentation](https://latina.dev/docs) +📚 [Documentation](https://docs.latina.dev) 👾 [Discord](https://discord.gg/xzHDhxsQAQ) @@ -46,4 +46,10 @@ Or just [create an issue](https://github.com/Latina-Dev/latina-dev/issues/new/ch +- [Frances Coronel](https://github.com/FrancesCoronel) +- [Gabriella Corales](https://github.com/EllaCodes4) +- [Fernanda Pérez Gutiérrez](https://github.com/fernperezg97) +- [Isis Harris](https://github.com/latinadeveloper) +- [Amandha W. Barok](https://github.com/amandhawb) + [![Powered by Vercel](https://latina.dev/img/logos/vercel.svg "Vercel")](https://vercel.com?utm_source=latina-dev&utm_campaign=oss) diff --git a/pages/api/sentry-example-api.js b/pages/api/sentry-example-api.js deleted file mode 100644 index ac07eec..0000000 --- a/pages/api/sentry-example-api.js +++ /dev/null @@ -1,5 +0,0 @@ -// A faulty API route to test Sentry's error monitoring -export default function handler(_req, res) { - throw new Error("Sentry Example API Route Error"); - res.status(200).json({ name: "John Doe" }); -}