Sentry is an Application Performance Monitoring (APM) and Error Tracking tool that most startups and companies use these days. With Sentry, you can view the history of errors in your services and assign each error to a team member so that person takes responsibility for fixing that error. Whenever that error is fixed, that person can mark it as fixed in Sentry so the rest of the team is assured that the error is resolved.
Some of Sentry's Features
- Defining different projects for a company
- Support for most programming languages and popular frameworks (PHP, Laravel, Python, Django, Go, Flutter, JavaScript, Ruby, React, Vue, Angular, etc.)
- Self-Hosted usage capability
- Displaying the cause of errors and simplifying the debugging process
- Displaying the commit that caused the error (if Git is configured)
- Displaying statistics in a practical way
- Ability to connect to GitLab, Trello, Slack, GitHub, Confluence, etc.