2 releases

0.1.1 Sep 21, 2022
0.1.0 Oct 13, 2020

#4 in #pager-duty

25 downloads per month

MIT license

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.7–4MB
~107K SLoC