Skip to content

Commit 8f250ce

Browse files
authored
fix(logging): Actually enable logs (#4850)
I somehow missed this in the previous PR. #skip-changelog
1 parent 5ed46fd commit 8f250ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

relay-log/src/setup.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ pub unsafe fn init(config: &LogConfig, sentry: &SentryConfig) {
365365
environment: sentry.environment.clone(),
366366
server_name: sentry.server_name.clone(),
367367
traces_sampler,
368+
enable_logs: true,
368369
..Default::default()
369370
};
370371

0 commit comments

Comments
 (0)