This commit is contained in:
2023-08-10 00:18:25 +02:00
parent 24f5f17197
commit 6b726da24e

View File

@@ -184,7 +184,7 @@ async fn main() {
.init(); .init();
let _guard = sentry::init( let _guard = sentry::init(
std::env::var("SENTRY_DSN").unwrap_or_else(|_| panic!("Cannot get the {} env variable", env)) std::env::var("SENTRY_DSN").unwrap_or_else(|_| panic!("Cannot get the SENTRY_DSN env variable"))
); );
let addr = SocketAddr::from(([0, 0, 0, 0], 8080)); let addr = SocketAddr::from(([0, 0, 0, 0], 8080));