Sentry Example App Bootstrap: brew install pipenv pipenv install Build the database: pipenv run dbdo Run the app: pipenv run server Run in debug mode (with hot reloading): FLASK_ENV=development pipenv run server