We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b14575 commit ad38358Copy full SHA for ad38358
src/Daemon/SentryWriter.cpp
@@ -81,7 +81,7 @@ SentryWriter::SentryWriter(Poco::Util::LayeredConfiguration & config)
81
{
82
auto logger = getLogger("SentryWriter");
83
84
- if (config.getBool("send_crash_reports.enabled", true))
+ if (config.getBool("send_crash_reports.enabled", false))
85
86
server_data_path = config.getString("path", DB::DBMS_DEFAULT_PATH);
87
const std::filesystem::path & default_tmp_path = fs::path(config.getString("tmp_path", fs::temp_directory_path())) / "sentry";
0 commit comments