Skip to content

Commit 4c7d1a0

Browse files
committed
Formatting
1 parent 51cc432 commit 4c7d1a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry-android-replay/src/main/java/io/sentry/android/replay/capture/BaseCaptureStrategy.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ internal abstract class BaseCaptureStrategy(
171171
hub?.configureScope { scope ->
172172
scope.breadcrumbs.forEach { breadcrumb ->
173173
if (breadcrumb.timestamp.after(segmentTimestamp) &&
174-
breadcrumb.timestamp.before(endTimestamp)) {
174+
breadcrumb.timestamp.before(endTimestamp)
175+
) {
175176
// TODO: rework this later when aligned with iOS and frontend
176177
var breadcrumbMessage: String? = null
177178
val breadcrumbCategory: String?

0 commit comments

Comments
 (0)