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/api/sentry.api
+7-18Lines changed: 7 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1935,15 +1935,17 @@ public final class io/sentry/PerformanceCollectionData {
1935
1935
}
1936
1936
1937
1937
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;
1938
1940
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
1940
1942
public fun equals (Ljava/lang/Object;)Z
1941
1943
public fun getChunkId ()Lio/sentry/protocol/SentryId;
1942
1944
public fun getClientSdk ()Lio/sentry/protocol/SdkVersion;
1943
1945
public fun getDebugMeta ()Lio/sentry/protocol/DebugMeta;
1944
1946
public fun getEnvironment ()Ljava/lang/String;
1945
1947
public fun getMeasurements ()Ljava/util/Map;
1946
-
public fun getPlatform ()Lio/sentry/ProfileChunk$Platform;
1948
+
public fun getPlatform ()Ljava/lang/String;
1947
1949
public fun getProfilerId ()Lio/sentry/protocol/SentryId;
1948
1950
public fun getRelease ()Ljava/lang/String;
1949
1951
public fun getSampledProfile ()Ljava/lang/String;
@@ -1961,7 +1963,7 @@ public final class io/sentry/ProfileChunk : io/sentry/JsonSerializable, io/sentr
1961
1963
}
1962
1964
1963
1965
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
1965
1967
public fun build (Lio/sentry/SentryOptions;)Lio/sentry/ProfileChunk;
1966
1968
}
1967
1969
@@ -1987,21 +1989,6 @@ public final class io/sentry/ProfileChunk$JsonKeys {
1987
1989
public fun <init> ()V
1988
1990
}
1989
1991
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
-
2005
1992
public final class io/sentry/ProfileContext : io/sentry/JsonSerializable, io/sentry/JsonUnknown {
2006
1993
public static final field TYPE Ljava/lang/String;
2007
1994
public fun <init> ()V
@@ -5870,6 +5857,7 @@ public final class io/sentry/protocol/SentrySpan$JsonKeys {
5870
5857
5871
5858
public final class io/sentry/protocol/SentryStackFrame : io/sentry/JsonSerializable, io/sentry/JsonUnknown {
5872
5859
public fun <init> ()V
5860
+
public fun equals (Ljava/lang/Object;)Z
5873
5861
public fun getAbsPath ()Ljava/lang/String;
5874
5862
public fun getAddrMode ()Ljava/lang/String;
5875
5863
public fun getColno ()Ljava/lang/Integer;
@@ -5891,6 +5879,7 @@ public final class io/sentry/protocol/SentryStackFrame : io/sentry/JsonSerializa
5891
5879
public fun getSymbolAddr ()Ljava/lang/String;
5892
5880
public fun getUnknown ()Ljava/util/Map;
5893
5881
public fun getVars ()Ljava/util/Map;
5882
+
public fun hashCode ()I
5894
5883
public fun isInApp ()Ljava/lang/Boolean;
5895
5884
public fun isNative ()Ljava/lang/Boolean;
5896
5885
public fun serialize (Lio/sentry/ObjectWriter;Lio/sentry/ILogger;)V
0 commit comments