Skip to content

Commit a9fed8c

Browse files
committed
fix(sessions): Move and flush unfinished previous session on init (#4624)
* fix(sessions): Move and flush unfinished previous session on init * Changelog * Address PR review
1 parent 78dc179 commit a9fed8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sentry/src/test/java/io/sentry/SentryTest.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -957,9 +957,6 @@ class SentryTest {
957957
}
958958
}
959959

960-
// to trigger previous session flush
961-
Sentry.startSession()
962-
963960
await.untilTrue(triggered)
964961
assertFalse(previousSessionFile.exists())
965962
}

0 commit comments

Comments
 (0)