Skip to content

Commit 02c6775

Browse files
authored
Add items missing from Scope debug impl (#468)
1 parent 995a0a8 commit 02c6775

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: sentry-core/src/scope/real.rs

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ impl fmt::Debug for Scope {
6262
.field("contexts", &self.contexts)
6363
.field("event_processors", &self.event_processors.len())
6464
.field("session", &self.session)
65+
.field("span", &self.span)
66+
.field("attachments", &self.attachments.len())
6567
.finish()
6668
}
6769
}

0 commit comments

Comments
 (0)