https://github.com/security-union/rocket-sentry-logger
A Logger wrapper to integrate the Sentry SDK on a Rocket Server
https://github.com/security-union/rocket-sentry-logger
Last synced: 11 months ago
JSON representation
A Logger wrapper to integrate the Sentry SDK on a Rocket Server
- Host: GitHub
- URL: https://github.com/security-union/rocket-sentry-logger
- Owner: security-union
- License: apache-2.0
- Created: 2021-02-17T14:37:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T18:55:49.000Z (over 5 years ago)
- Last Synced: 2025-04-03T06:42:23.697Z (over 1 year ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Sentry Rocket Logger for Armore
> A Logger wrapper to integrate the Sentry SDK on a Rocket Server
### Features
+ Easy message logging
+ Track steps as breadcrumbs for the current scope (Current request for example)
+ Bind user info to the scope
+ Rocket fairing to track requests & responses