Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 242 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 242 Bytes

rusty-sentry

docker build -t rusty-sentry .

docker run --rm rusty-sentry
  1. Install direnv
  2. Add .envrc with export SENTRY_URL=<replace with Project DSN>
  3. Execute direnv allow and cargo run for local build/execution