You've already forked AstralRinth
forked from didirus/AstralRinth
Fix app launching twice (#226)
This commit is contained in:
@@ -40,9 +40,9 @@ struct Payload {
|
||||
}
|
||||
|
||||
fn main() {
|
||||
let client = sentry::init("https://19a14416dafc4b4a858fa1a38db3b704@o485889.ingest.sentry.io/4505349067374592");
|
||||
//let client = sentry::init("https://19a14416dafc4b4a858fa1a38db3b704@o485889.ingest.sentry.io/4505349067374592");
|
||||
|
||||
let _guard = sentry_rust_minidump::init(&client);
|
||||
//let _guard = sentry_rust_minidump::init(&client);
|
||||
/*
|
||||
tracing is set basd on the environment variable RUST_LOG=xxx, depending on the amount of logs to show
|
||||
ERROR > WARN > INFO > DEBUG > TRACE
|
||||
|
||||
Reference in New Issue
Block a user