You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry-android-core/api/sentry-android-core.api
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -339,6 +339,7 @@ public final class io/sentry/android/core/SentryAndroidOptions : io/sentry/Sentr
339
339
public fun isEnableSystemEventBreadcrumbs ()Z
340
340
public fun isEnableSystemEventBreadcrumbsExtras ()Z
341
341
public fun isReportHistoricalAnrs ()Z
342
+
public fun isReportHistoricalTombstones ()Z
342
343
public fun isTombstoneEnabled ()Z
343
344
public fun setAnrEnabled (Z)V
344
345
public fun setAnrReportInDebug (Z)V
@@ -368,6 +369,7 @@ public final class io/sentry/android/core/SentryAndroidOptions : io/sentry/Sentr
368
369
public fun setNativeHandlerStrategy (Lio/sentry/android/core/NdkHandlerStrategy;)V
369
370
public fun setNativeSdkName (Ljava/lang/String;)V
370
371
public fun setReportHistoricalAnrs (Z)V
372
+
public fun setReportHistoricalTombstones (Z)V
371
373
public fun setTombstoneEnabled (Z)V
372
374
}
373
375
@@ -467,9 +469,21 @@ public class io/sentry/android/core/TombstoneIntegration : io/sentry/Integration
467
469
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
468
470
}
469
471
470
-
public class io/sentry/android/core/TombstoneIntegration$TombstoneProcessor : java/lang/Runnable {
471
-
public fun <init> (Landroid/content/Context;Lio/sentry/IScopes;Lio/sentry/android/core/SentryAndroidOptions;Lio/sentry/transport/ICurrentDateProvider;)V
472
-
public fun run ()V
472
+
public final class io/sentry/android/core/TombstoneIntegration$TombstoneHint : io/sentry/hints/BlockingFlushHint, io/sentry/hints/Backfillable, io/sentry/hints/NativeCrashExit {
473
+
public fun <init> (JLio/sentry/ILogger;JZ)V
474
+
public fun isFlushable (Lio/sentry/protocol/SentryId;)Z
475
+
public fun setFlushable (Lio/sentry/protocol/SentryId;)V
476
+
public fun shouldEnrich ()Z
477
+
public fun timestamp ()Ljava/lang/Long;
478
+
}
479
+
480
+
public class io/sentry/android/core/TombstoneIntegration$TombstonePolicy : io/sentry/android/core/ApplicationExitInfoHistoryDispatcher$ApplicationExitInfoPolicy {
481
+
public fun <init> (Lio/sentry/android/core/SentryAndroidOptions;)V
482
+
public fun buildReport (Landroid/app/ApplicationExitInfo;Z)Lio/sentry/android/core/ApplicationExitInfoHistoryDispatcher$Report;
483
+
public fun getLabel ()Ljava/lang/String;
484
+
public fun getLastReportedTimestamp ()Ljava/lang/Long;
485
+
public fun getTargetReason ()I
486
+
public fun shouldReportHistorical ()Z
473
487
}
474
488
475
489
public final class io/sentry/android/core/UserInteractionIntegration : android/app/Application$ActivityLifecycleCallbacks, io/sentry/Integration, java/io/Closeable {
@@ -498,7 +512,9 @@ public final class io/sentry/android/core/ViewHierarchyEventProcessor : io/sentr
498
512
}
499
513
500
514
public final class io/sentry/android/core/cache/AndroidEnvelopeCache : io/sentry/cache/EnvelopeCache {
515
+
public static final field LAST_ANR_MARKER_LABEL Ljava/lang/String;
501
516
public static final field LAST_ANR_REPORT Ljava/lang/String;
517
+
public static final field LAST_TOMBSTONE_MARKER_LABEL Ljava/lang/String;
502
518
public static final field LAST_TOMBSTONE_REPORT Ljava/lang/String;
503
519
public fun <init> (Lio/sentry/android/core/SentryAndroidOptions;)V
0 commit comments