Skip to content

Commit 4e9209b

Browse files
authored
Merge branch 'master' into feat/scope-listener
2 parents 743e86f + 02c6775 commit 4e9209b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry-core/src/scope/real.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ impl fmt::Debug for Scope {
7575
.field("contexts", &self.contexts)
7676
.field("event_processors", &self.event_processors.len())
7777
.field("session", &self.session)
78+
.field("span", &self.span)
79+
.field("attachments", &self.attachments.len())
7880
.finish()
7981
}
8082
}

0 commit comments

Comments
 (0)