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() {