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
review-feedback: Regenerate sentry.api to match public surface
The .api file declared getMetaLength()/setMetaLength(int) on ProfileChunk,
but those methods don't exist in the source. Related stale entries on
SentryEnvelopeItemHeader (8-arg private ctor and package-private
getMetaLength) were also removed. Regenerated via:
./gradlew :sentry:apiDump
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: sentry/api/sentry.api
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2069,7 +2069,6 @@ public final class io/sentry/ProfileChunk : io/sentry/JsonSerializable, io/sentr
2069
2069
public fun getDebugMeta ()Lio/sentry/protocol/DebugMeta;
2070
2070
public fun getEnvironment ()Ljava/lang/String;
2071
2071
public fun getMeasurements ()Ljava/util/Map;
2072
-
public fun getMetaLength ()I
2073
2072
public fun getPlatform ()Ljava/lang/String;
2074
2073
public fun getProfilerId ()Lio/sentry/protocol/SentryId;
2075
2074
public fun getRelease ()Ljava/lang/String;
@@ -2082,7 +2081,6 @@ public final class io/sentry/ProfileChunk : io/sentry/JsonSerializable, io/sentr
2082
2081
public fun hashCode ()I
2083
2082
public fun serialize (Lio/sentry/ObjectWriter;Lio/sentry/ILogger;)V
2084
2083
public fun setDebugMeta (Lio/sentry/protocol/DebugMeta;)V
2085
-
public fun setMetaLength (I)V
2086
2084
public fun setSampledProfile (Ljava/lang/String;)V
2087
2085
public fun setSentryProfile (Lio/sentry/protocol/profiling/SentryProfile;)V
2088
2086
public fun setUnknown (Ljava/util/Map;)V
@@ -3063,12 +3061,10 @@ public final class io/sentry/SentryEnvelopeItem {
3063
3061
3064
3062
public final class io/sentry/SentryEnvelopeItemHeader : io/sentry/JsonSerializable, io/sentry/JsonUnknown {
3065
3063
public fun <init> (Lio/sentry/SentryItemType;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)V
3066
-
public fun <init> (Lio/sentry/SentryItemType;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)V
0 commit comments