Skip to content

Commit eae136a

Browse files
authored
Merge branch 'lcian/feat/log-multiple-mappings' into lcian/ref/log-default-logs
2 parents a8a5c4c + 979411c commit eae136a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry-log/src/logger.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ bitflags! {
2020
/// Create an exception [`Event`] from this [`Record`].
2121
const Exception = 0b0100;
2222
/// Create a [`sentry_core::protocol::Log`] from this [`Record`].
23+
#[cfg(feature = "logs")]
2324
const Log = 0b1000;
2425
}
2526
}

0 commit comments

Comments
 (0)