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.
2 parents 743e86f + 02c6775 commit 4e9209bCopy full SHA for 4e9209b
sentry-core/src/scope/real.rs
@@ -75,6 +75,8 @@ impl fmt::Debug for Scope {
75
.field("contexts", &self.contexts)
76
.field("event_processors", &self.event_processors.len())
77
.field("session", &self.session)
78
+ .field("span", &self.span)
79
+ .field("attachments", &self.attachments.len())
80
.finish()
81
}
82
0 commit comments