zebra/zebrad
Deirdre Connolly 2d1698a120 Comment out Sentry stacktraces for now
While panic = abort, Sentry collects the same one-line stack trace for all panics,
making it incorrectly dedupe different errors into one.
2020-12-12 13:26:52 -05:00
..
src Comment out Sentry stacktraces for now 2020-12-12 13:26:52 -05:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests `cargo fmt --all` 2020-12-02 19:45:27 -05:00
Cargo.toml integrate sentry with our existing panic reporting logic 2020-12-09 13:06:18 -05:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
build.rs Update the zebrad commit whenever any Zebra crate changes (#1455) 2020-12-05 07:23:05 +10:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation