Skip to content

Commit 0c7f8fd

Browse files
43jayclaude
andcommitted
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>
1 parent a1e703e commit 0c7f8fd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

sentry/api/sentry.api

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2069,7 +2069,6 @@ public final class io/sentry/ProfileChunk : io/sentry/JsonSerializable, io/sentr
20692069
public fun getDebugMeta ()Lio/sentry/protocol/DebugMeta;
20702070
public fun getEnvironment ()Ljava/lang/String;
20712071
public fun getMeasurements ()Ljava/util/Map;
2072-
public fun getMetaLength ()I
20732072
public fun getPlatform ()Ljava/lang/String;
20742073
public fun getProfilerId ()Lio/sentry/protocol/SentryId;
20752074
public fun getRelease ()Ljava/lang/String;
@@ -2082,7 +2081,6 @@ public final class io/sentry/ProfileChunk : io/sentry/JsonSerializable, io/sentr
20822081
public fun hashCode ()I
20832082
public fun serialize (Lio/sentry/ObjectWriter;Lio/sentry/ILogger;)V
20842083
public fun setDebugMeta (Lio/sentry/protocol/DebugMeta;)V
2085-
public fun setMetaLength (I)V
20862084
public fun setSampledProfile (Ljava/lang/String;)V
20872085
public fun setSentryProfile (Lio/sentry/protocol/profiling/SentryProfile;)V
20882086
public fun setUnknown (Ljava/util/Map;)V
@@ -3063,12 +3061,10 @@ public final class io/sentry/SentryEnvelopeItem {
30633061

30643062
public final class io/sentry/SentryEnvelopeItemHeader : io/sentry/JsonSerializable, io/sentry/JsonUnknown {
30653063
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
30673064
public fun getAttachmentType ()Ljava/lang/String;
30683065
public fun getContentType ()Ljava/lang/String;
30693066
public fun getFileName ()Ljava/lang/String;
30703067
public fun getLength ()I
3071-
public fun getMetaLength ()Ljava/lang/Integer;
30723068
public fun getPlatform ()Ljava/lang/String;
30733069
public fun getType ()Lio/sentry/SentryItemType;
30743070
public fun getUnknown ()Ljava/util/Map;

0 commit comments

Comments
 (0)