Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur001 committed Apr 10, 2024
1 parent 0095398 commit 5f8ed09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Expand Up @@ -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);

Expand Down

0 comments on commit 5f8ed09

Please sign in to comment.