Skip to content

eutampieri/pagerduty_panic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(),
    );

About

Send panics to PagerDuty

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages