Skip to content

Sentry

Monitoring is essential for all production applications since it gives us eyes on what’s happening inside the servers when we’re away, tracking bugs and crashes on both frontend and backend is handled by Sentry.

to configure sentry head on to https://sentry.io/ and create two projects, one for backend in Django, and one for frontend in Next.js grab the DSNs for both the projects and plug into the ENV files and you’re good to go.