Skip to content

Commit

Permalink
Add items missing from Scope debug impl (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed May 27, 2022
1 parent 995a0a8 commit 02c6775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sentry-core/src/scope/real.rs
Expand Up @@ -62,6 +62,8 @@ impl fmt::Debug for Scope {
.field("contexts", &self.contexts)
.field("event_processors", &self.event_processors.len())
.field("session", &self.session)
.field("span", &self.span)
.field("attachments", &self.attachments.len())
.finish()
}
}
Expand Down

0 comments on commit 02c6775

Please sign in to comment.