asacristani / fastapi-rocket-boilerplate

🐍💨 FastAPI Rocket Boilerplate to build an API based in Python with its most modern technologies!
MIT License
464 stars 65 forks source link

Add Sentry integration for error monitoring #32

Closed MbxrAteeq closed 7 months ago

MbxrAteeq commented 1 year ago

Description

This PR addresses the issue of integrating Sentry for comprehensive error monitoring and logging, as described in issue #18 The changes include setting up Sentry within the project to capture and track errors, providing improved visibility and real-time alerts for critical issues.

Changes Made

Testing Done

Related Issue

Resolves #18

MbxrAteeq commented 1 year ago

image

Tested the Sentry integration by generating and monitoring test errors. Here is a screenshot from the Sentry dashboard, showcasing the captured errors.

asacristani commented 7 months ago

I have checked it too. It looks good to me.

Thanks @MbxrAteeq !