Skip to content

Commit dfc7dba

Browse files
committed
updated test
1 parent 351001b commit dfc7dba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry-android-core/src/test/java/io/sentry/android/core/cache/AndroidEnvelopeCacheTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class AndroidEnvelopeCacheTest {
5151
AppStartMetrics.getInstance().apply {
5252
if (options.isEnablePerformanceV2) {
5353
appStartTimeSpan.setStartedAt(appStartMillis)
54+
sdkInitTimeSpan.setStartedAt(appStartMillis)
5455
} else {
5556
sdkInitTimeSpan.setStartedAt(appStartMillis)
5657
}

0 commit comments

Comments
 (0)