Skip to content

Commit 85704c0

Browse files
committed
link to docs in code
1 parent b4070c1 commit 85704c0

File tree

1 file changed

+1
-1
lines changed
  • sentry-types/src/protocol

1 file changed

+1
-1
lines changed

sentry-types/src/protocol/v7.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2119,7 +2119,7 @@ impl fmt::Display for Transaction<'_> {
21192119
}
21202120
}
21212121

2122-
/// A single log.
2122+
/// A single [structured log](https://docs.sentry.io/product/explore/logs/).
21232123
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
21242124
pub struct Log {
21252125
/// The severity of the log (required).

0 commit comments

Comments
 (0)