Comments on How to Install Sentry Error Tracking System with Docker on Ubuntu 18.04 LTS
Sentry is a free and open-source error tracking application that can be used to identify issues in real-time. In this tutorial, we will explain how to install Sentry with Docker on Ubuntu 18.04 server.
5 Comment(s)
Comments
Hello,
Good afternoon, I've followed the steps and installed and configured the same on an lenovo thinkpad Ubuntu laptop and it worked as mentioned.
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.6 LTS"
Thank you for the documentation.
Hello,
Good morning, I did try again installing the sentry on an Ubuntu machine, but it failed as there was a change. Before you do a "make build". Edit the docker file as mentioned to make it work. I did the same when tried installing it on Ubuntu 16 again.
gedit Dockerfile Change from:ARG SENTRY_IMAGEFROM ${SENTRY_IMAGE}-onbuildTo:ARG IMAGE=sentry:9.1.2FROM ${IMAGE}-onbuild
i got this error:
Internal Server Error
Oops! Something went wrongIt looks like you've hit an issue in our server API. Don't worry though! We use Sentry to monitor Sentry and it's likely we're already looking into this!
If you're daring, you may want to try the following:
Give it a few seconds and reload the page. If all else fails, create an issue with more details.hi,
Your steps is not working after Make build now in ubuntu 1804 giving make: *** No rule to make target 'build'. Stop.
make build
make: *** No rule to make target 'build'. Stop.