Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sentry integration for error monitoring #32

Merged
merged 4 commits into from
Apr 14, 2024

Conversation

MbxrAteeq
Copy link
Contributor

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

  • Integrated Sentry logging for comprehensive error tracking
  • Configured the project to send logs and errors to the Sentry platform

Testing Done

  • Verified Sentry integration by generating and monitoring test errors
  • Checked that logs were successfully sent to the Sentry dashboard

Related Issue

Resolves #18

@MbxrAteeq
Copy link
Contributor Author

image

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

@asacristani asacristani force-pushed the feature/sentry-integration branch from 313305c to 2990c35 Compare April 14, 2024 21:08
@asacristani
Copy link
Owner

asacristani commented Apr 14, 2024

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

Thanks @MbxrAteeq !

@asacristani asacristani added this to the Monitoring complete milestone Apr 14, 2024
@asacristani asacristani added the enhancement New feature or request label Apr 14, 2024
@asacristani asacristani merged commit f594fcd into asacristani:main Apr 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

Monitoring: add Sentry
2 participants