Skip to content

Commit 47aa235

Browse files
committed
ref(logs): enable logs if logs feature flag is used
1 parent 75a8c03 commit 47aa235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-core/src/clientoptions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ impl Default for ClientOptions {
325325
user_agent: Cow::Borrowed(USER_AGENT),
326326
max_request_body_size: MaxRequestBodySize::Medium,
327327
#[cfg(feature = "logs")]
328-
enable_logs: false,
328+
enable_logs: true,
329329
#[cfg(feature = "logs")]
330330
before_send_log: None,
331331
}

0 commit comments

Comments
 (0)