We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8a365 commit 40235f5Copy full SHA for 40235f5
sentry-android-core/src/test/java/io/sentry/android/core/SentryAndroidTest.kt
@@ -394,8 +394,8 @@ class SentryAndroidTest {
394
}
395
396
397
-// @Test
398
-// @Config(sdk = [30])
+ @Test
+ @Config(sdk = [30])
399
fun `AnrV2 events get enriched with previously persisted scope and options data, the new data gets persisted after that`() {
400
val cacheDir = tmpDir.newFolder().absolutePath
401
fixture.addAppExitInfo(timestamp = System.currentTimeMillis() - TimeUnit.DAYS.toMillis(1))
0 commit comments