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 657df53 commit 3b91e97Copy full SHA for 3b91e97
2 files changed
sentry/src/main/java/io/sentry/SentryClient.java
@@ -3,7 +3,6 @@
3
import io.sentry.clientreport.DiscardReason;
4
import io.sentry.exception.SentryEnvelopeException;
5
import io.sentry.hints.AbnormalExit;
6
-import io.sentry.hints.ApplyScopeData;
7
import io.sentry.hints.Backfillable;
8
import io.sentry.hints.Cached;
9
import io.sentry.hints.DiskFlushNotification;
sentry/src/test/java/io/sentry/SentryClientTest.kt
@@ -3526,7 +3526,7 @@ class SentryClientTest {
3526
override fun shouldEnrich(): Boolean = false
3527
}
3528
3529
- private class CachedHint : Cached {}
+ private class CachedHint : Cached
3530
3531
3532
class DropEverythingEventProcessor : EventProcessor {
0 commit comments