What Does Sentry do?
Sentry is an error-tracking and performance-monitoring platform to help developers diagnose and fix issues in their code.
The TL;DR
Sentry is an error-tracking and performance-monitoring platform to help developers diagnose and fix issues in their code.
Errors (think, any event causing an application to misbehave) are inevitable facets of commercial software development (It’s true 😣)
Sentry provides a SDK that developers can plug into their codebase to capture errors, and a graphical interface to contextualize and take action on them
Sentry is best known for error tracking, but also provides application performance monitoring to better understand how well a team’s app is performing
Sentry is a well-regarded staple for many development teams, and they know it.
Software Errors: 101
Bugs, errors, crashes, exceptions, defects, etc. WTF?
The world of software bugs is vast, and while there’s no established delineation between these pesky terms, we can assume the following for future reference:
Software Error: Any event or condition during the execution of a program that disrupts the normal flow of the code.
There are many classes of issues that may arise during development and execution (i.e. the actual running) of a software application, each with their own quirks and methods for handling. Some examples include:
Keep reading with a 7-day free trial
Subscribe to Technically to keep reading this post and get 7 days of free access to the full post archives.