From 5f8ed09bcce491975bb549c92a4f673f81616c42 Mon Sep 17 00:00:00 2001 From: mehulmathur001 <160306774+mehulmathur001@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:10:39 +0000 Subject: [PATCH] test --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 845f1dbc9e8..2a71cef5150 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -166,7 +166,6 @@ void initSentry() { sentry_options_t *options = sentry_options_new(); sentry_options_set_dsn(options, sentryDsnCStr); sentry_options_set_handler_path(options, "./crashpad_handler"); - sentry_options_set_release(options, "Mudlet@" + APP_VERSION); sentry_options_set_debug(options, 1); sentry_init(options);