Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukemathwalker/tracing-panic
A custom panic hook to capture panic info in your telemetry pipeline
https://github.com/lukemathwalker/tracing-panic
Last synced: about 2 months ago
JSON representation
A custom panic hook to capture panic info in your telemetry pipeline
- Host: GitHub
- URL: https://github.com/lukemathwalker/tracing-panic
- Owner: LukeMathWalker
- License: apache-2.0
- Created: 2023-05-19T15:57:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:02:25.000Z (9 months ago)
- Last Synced: 2024-10-26T21:35:21.761Z (2 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
tracing-panic
Make panics visible in your telemetry pipeline.
`tracing-panic` provides a custom panic hook to emit an error-level `tracing` event when a panic occurs.
Check out the docs for more details!## License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.