From 92d11863f60db93e333cd18e858f419825c848f9 Mon Sep 17 00:00:00 2001 From: SuperDude88 <82904174+SuperDude88@users.noreply.github.com> Date: Sun, 31 May 2026 19:00:58 -0400 Subject: [PATCH] Crash Reporting Option Portability - Makes the crash reporting preference get saved with the other config files --- src/dusk/crash_reporting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dusk/crash_reporting.cpp b/src/dusk/crash_reporting.cpp index 2c2a77079b..5c75388361 100644 --- a/src/dusk/crash_reporting.cpp +++ b/src/dusk/crash_reporting.cpp @@ -61,7 +61,7 @@ std::string release_name() { } std::filesystem::path sentry_database_path() { - return dusk::CachePath / "sentry"; + return dusk::ConfigPath / "sentry"; } std::filesystem::path log_attachment_path() {