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 e68c4cf commit e92a82bCopy full SHA for e92a82b
sentry-android-core/src/test/java/io/sentry/android/core/anr/AnrProfilingIntegrationTest.kt
@@ -3,6 +3,7 @@ package io.sentry.android.core.anr
3
import android.os.SystemClock
4
import io.sentry.ILogger
5
import io.sentry.IScopes
6
+import io.sentry.SentryIntegrationPackageStorage
7
import io.sentry.SentryOptions
8
import io.sentry.android.core.AppState
9
import io.sentry.android.core.SentryAndroidOptions
@@ -244,6 +245,7 @@ class AnrProfilingIntegrationTest {
244
245
integration.register(mockScopes, androidOptions)
246
247
assertFalse(AppState.getInstance().lifecycleObserver.listeners.isEmpty())
248
+ assertTrue(SentryIntegrationPackageStorage.getInstance().integrations.contains("AnrProfiling"))
249
250
integration.close()
251
}
0 commit comments