If you’re a developer, you’re probably interested in keeping tabs on live applications. One tool that can be used internally is the https://github.com/getsentry real-time crash reporting application, which can be deployed with the help of https://www.docker.com/?utm_content=inline-mention.

To install Sentry, you’ll need the following: A server that supports Docker and has a minimum of 4GB of RAM and two cores.

Install Docker Compose with the command: sudo apt-get install docker-compose -y

You’ll be greeted by the Sentry login window (Figure , where you’ll type the email address and password you used during the installation.

Related Articles