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 995a0a8 commit 02c6775Copy full SHA for 02c6775
sentry-core/src/scope/real.rs
@@ -62,6 +62,8 @@ impl fmt::Debug for Scope {
62
.field("contexts", &self.contexts)
63
.field("event_processors", &self.event_processors.len())
64
.field("session", &self.session)
65
+ .field("span", &self.span)
66
+ .field("attachments", &self.attachments.len())
67
.finish()
68
}
69
0 commit comments