Skip to content

Commit

Permalink
rerun checks
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanosiano committed Dec 6, 2023
1 parent a127e05 commit 7b5ea79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ internal class SentryOkHttpEvent(private val hub: IHub, private val request: Req

// We send the breadcrumb even without spans.
hub.addBreadcrumb(breadcrumb, hint)

// No span is created (e.g. no transaction is running)
if (callRootSpan == null) {
// We report the client error even without spans.
Expand Down

0 comments on commit 7b5ea79

Please sign in to comment.