rocket-sentry 1.0.0

Simplifies integration between the Rocket web framework and Sentry application monitoring system.
Documentation
1
2
3
4
5
6
# Rocket.toml file for tests/* and examples/*
# Run: cargo run --example panic
[global]
sentry_dsn = "https://6b39979e27304cc3aa774f5b6811ce7d@sentry.io/1832690"
sentry_traces_sample_rate = 1.0
port = 8012