Client library for Don't Panic Server. This crate registers a panic handler and send each panic from your application to a backend server. If configured, the latest log messages before each panic are sent as well. Supported logging facilities are log and tracing.
Example Usage
To use dontpanic, add this to your Cargo.toml:
[]
= "*"
use Result;
<PROJECT_API_KEY> can be obtained from Don't Panic Server. For more examples see the Documentation.
Contributing
All commit messages must follow Conventional Commits specification.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.