Integration
sentry-android
Build System
Gradle
AGP Version
8.2.2
Proguard
Disabled
Version
7.8.0
Steps to Reproduce
When i run the app with the following configurations(as shown in the image attached), it shows the Leaked Intent receiver error for io.sentry.android.core.SystemEventsBreadcrumbsIntegrations$SystemEventsBroadcastReceiver
Following is my SentryLogger class:

Following is the entry point of my app CheckInternetAndSessionActivity where i have configured sentry:

Expected Result
There should not be any error regarding this.
Actual Result

