Skip to content

Commit b7645f2

Browse files
committed
bump api
1 parent 8f32429 commit b7645f2

1 file changed

Lines changed: 7 additions & 18 deletions

File tree

sentry/api/sentry.api

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,15 +1935,17 @@ public final class io/sentry/PerformanceCollectionData {
19351935
}
19361936

19371937
public final class io/sentry/ProfileChunk : io/sentry/JsonSerializable, io/sentry/JsonUnknown {
1938+
public static final field PLATFORM_ANDROID Ljava/lang/String;
1939+
public static final field PLATFORM_JAVA Ljava/lang/String;
19381940
public fun <init> ()V
1939-
public fun <init> (Lio/sentry/protocol/SentryId;Lio/sentry/protocol/SentryId;Ljava/io/File;Ljava/util/Map;Ljava/lang/Double;Lio/sentry/ProfileChunk$Platform;Lio/sentry/SentryOptions;)V
1941+
public fun <init> (Lio/sentry/protocol/SentryId;Lio/sentry/protocol/SentryId;Ljava/io/File;Ljava/util/Map;Ljava/lang/Double;Ljava/lang/String;Lio/sentry/SentryOptions;)V
19401942
public fun equals (Ljava/lang/Object;)Z
19411943
public fun getChunkId ()Lio/sentry/protocol/SentryId;
19421944
public fun getClientSdk ()Lio/sentry/protocol/SdkVersion;
19431945
public fun getDebugMeta ()Lio/sentry/protocol/DebugMeta;
19441946
public fun getEnvironment ()Ljava/lang/String;
19451947
public fun getMeasurements ()Ljava/util/Map;
1946-
public fun getPlatform ()Lio/sentry/ProfileChunk$Platform;
1948+
public fun getPlatform ()Ljava/lang/String;
19471949
public fun getProfilerId ()Lio/sentry/protocol/SentryId;
19481950
public fun getRelease ()Ljava/lang/String;
19491951
public fun getSampledProfile ()Ljava/lang/String;
@@ -1961,7 +1963,7 @@ public final class io/sentry/ProfileChunk : io/sentry/JsonSerializable, io/sentr
19611963
}
19621964

19631965
public final class io/sentry/ProfileChunk$Builder {
1964-
public fun <init> (Lio/sentry/protocol/SentryId;Lio/sentry/protocol/SentryId;Ljava/util/Map;Ljava/io/File;Lio/sentry/SentryDate;Lio/sentry/ProfileChunk$Platform;)V
1966+
public fun <init> (Lio/sentry/protocol/SentryId;Lio/sentry/protocol/SentryId;Ljava/util/Map;Ljava/io/File;Lio/sentry/SentryDate;Ljava/lang/String;)V
19651967
public fun build (Lio/sentry/SentryOptions;)Lio/sentry/ProfileChunk;
19661968
}
19671969

@@ -1987,21 +1989,6 @@ public final class io/sentry/ProfileChunk$JsonKeys {
19871989
public fun <init> ()V
19881990
}
19891991

1990-
public final class io/sentry/ProfileChunk$Platform : java/lang/Enum, io/sentry/JsonSerializable {
1991-
public static final field ANDROID Lio/sentry/ProfileChunk$Platform;
1992-
public static final field JAVA Lio/sentry/ProfileChunk$Platform;
1993-
public fun apiName ()Ljava/lang/String;
1994-
public fun serialize (Lio/sentry/ObjectWriter;Lio/sentry/ILogger;)V
1995-
public static fun valueOf (Ljava/lang/String;)Lio/sentry/ProfileChunk$Platform;
1996-
public static fun values ()[Lio/sentry/ProfileChunk$Platform;
1997-
}
1998-
1999-
public final class io/sentry/ProfileChunk$Platform$Deserializer : io/sentry/JsonDeserializer {
2000-
public fun <init> ()V
2001-
public fun deserialize (Lio/sentry/ObjectReader;Lio/sentry/ILogger;)Lio/sentry/ProfileChunk$Platform;
2002-
public synthetic fun deserialize (Lio/sentry/ObjectReader;Lio/sentry/ILogger;)Ljava/lang/Object;
2003-
}
2004-
20051992
public final class io/sentry/ProfileContext : io/sentry/JsonSerializable, io/sentry/JsonUnknown {
20061993
public static final field TYPE Ljava/lang/String;
20071994
public fun <init> ()V
@@ -5870,6 +5857,7 @@ public final class io/sentry/protocol/SentrySpan$JsonKeys {
58705857

58715858
public final class io/sentry/protocol/SentryStackFrame : io/sentry/JsonSerializable, io/sentry/JsonUnknown {
58725859
public fun <init> ()V
5860+
public fun equals (Ljava/lang/Object;)Z
58735861
public fun getAbsPath ()Ljava/lang/String;
58745862
public fun getAddrMode ()Ljava/lang/String;
58755863
public fun getColno ()Ljava/lang/Integer;
@@ -5891,6 +5879,7 @@ public final class io/sentry/protocol/SentryStackFrame : io/sentry/JsonSerializa
58915879
public fun getSymbolAddr ()Ljava/lang/String;
58925880
public fun getUnknown ()Ljava/util/Map;
58935881
public fun getVars ()Ljava/util/Map;
5882+
public fun hashCode ()I
58945883
public fun isInApp ()Ljava/lang/Boolean;
58955884
public fun isNative ()Ljava/lang/Boolean;
58965885
public fun serialize (Lio/sentry/ObjectWriter;Lio/sentry/ILogger;)V

0 commit comments

Comments
 (0)