back to blog list

Post Deployment: Monitoring and Error Tracking

For status monitoring of applications built both frontend and backend

I use the Status Pages from cron-job.

Status Monitoring with Cron Status Page

For status monitoring of applications built both frontend and backend, I use the Status Pages from cron-job.org. The way it works is quite simple, cron-job will hit the end-point which I have setup every 30 minutes. Of course this is not a best practice for health check, but it is sufficient for a project like this portfolio.

Error Tracking with Sentry

With Sentry we can find and fix errors in production quickly, get notifications when errors occur or reappear and many others. At the time of writing this blog, luckily Strapi and Vue support using Sentry. It's quite easy to implement, just by adding plugins on each platform,