We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c5b8d commit 8a20c86Copy full SHA for 8a20c86
sentry-core/src/performance.rs
@@ -664,7 +664,7 @@ impl Transaction {
664
}
665
666
/// Returns an iterating accessor to the transaction's
667
- /// [tags attributes](protocol::TraceContext::tags).
+ /// [tags attributes](protocol::Transaction::tags).
668
pub fn tags(&self) -> TransactionTags {
669
TransactionTags(self.inner.lock().unwrap())
670
0 commit comments