Skip to content

Commit ad38358

Browse files
Fix error
1 parent 5b14575 commit ad38358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Daemon/SentryWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ SentryWriter::SentryWriter(Poco::Util::LayeredConfiguration & config)
8181
{
8282
auto logger = getLogger("SentryWriter");
8383

84-
if (config.getBool("send_crash_reports.enabled", true))
84+
if (config.getBool("send_crash_reports.enabled", false))
8585
{
8686
server_data_path = config.getString("path", DB::DBMS_DEFAULT_PATH);
8787
const std::filesystem::path & default_tmp_path = fs::path(config.getString("tmp_path", fs::temp_directory_path())) / "sentry";

0 commit comments

Comments
 (0)