2 releases
0.1.1 | Sep 21, 2022 |
---|---|
0.1.0 | Oct 13, 2020 |
#3 in #pager-duty
5KB
76 lines
PagerDuty panic reporter
This crate registers a panic handler that sends panic messages to PagerDuty.
pagerduty_panic::register_handler(
std::env::var("PAGERDUTY_TOKEN").unwrap(),
"Application name".to_owned(),
);
Dependencies
~2.3–3.5MB
~83K SLoC