To install the latest self-hosted sentry version, execute the install-sentry-latest.sh script.
It will create a sentry-client folder with the downloaded files there and install sentry locally for you.
Create a user when it prompts to so you are able to login locally on the app.
make run-sentry
make down-sentry
To run the Rocket server, execute the following steps:
- copy the .env.example to an .env file
- run the sentry app and go to localhost:9000
- Go to your project (Create one if necessary) > settings > Client Keys
- Copy the DSN key and set the SENTRY_DSN variable on the .env file with it
- cargo run!
Have fun! 🚀