@@ -38,7 +38,7 @@ public final class io/sentry/Baggage {
38
38
public fun <init> (Ljava/util/concurrent/ConcurrentHashMap;Ljava/lang/Double;Ljava/lang/Double;Ljava/lang/String;ZZLio/sentry/ILogger;)V
39
39
public fun forceSetSampleRate (Ljava/lang/Double;)V
40
40
public fun freeze ()V
41
- public static fun fromEvent (Lio/sentry/SentryEvent ;Lio/sentry/SentryOptions;)Lio/sentry/Baggage;
41
+ public static fun fromEvent (Lio/sentry/SentryBaseEvent;Ljava/lang/String ;Lio/sentry/SentryOptions;)Lio/sentry/Baggage;
42
42
public static fun fromHeader (Ljava/lang/String;)Lio/sentry/Baggage;
43
43
public static fun fromHeader (Ljava/lang/String;Lio/sentry/ILogger;)Lio/sentry/Baggage;
44
44
public static fun fromHeader (Ljava/lang/String;ZLio/sentry/ILogger;)Lio/sentry/Baggage;
@@ -352,6 +352,7 @@ public final class io/sentry/DataCategory : java/lang/Enum {
352
352
public static final field Attachment Lio/sentry/DataCategory;
353
353
public static final field Default Lio/sentry/DataCategory;
354
354
public static final field Error Lio/sentry/DataCategory;
355
+ public static final field Feedback Lio/sentry/DataCategory;
355
356
public static final field Monitor Lio/sentry/DataCategory;
356
357
public static final field Profile Lio/sentry/DataCategory;
357
358
public static final field ProfileChunkUi Lio/sentry/DataCategory;
@@ -602,6 +603,9 @@ public final class io/sentry/HubAdapter : io/sentry/IHub {
602
603
public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
603
604
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
604
605
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
606
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;)Lio/sentry/protocol/SentryId;
607
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
608
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
605
609
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
606
610
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
607
611
public fun captureProfileChunk (Lio/sentry/ProfileChunk;)Lio/sentry/protocol/SentryId;
@@ -670,6 +674,7 @@ public final class io/sentry/HubScopesWrapper : io/sentry/IHub {
670
674
public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
671
675
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
672
676
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
677
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
673
678
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
674
679
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
675
680
public fun captureProfileChunk (Lio/sentry/ProfileChunk;)Lio/sentry/protocol/SentryId;
@@ -903,6 +908,9 @@ public abstract interface class io/sentry/IScopes {
903
908
public abstract fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
904
909
public abstract fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
905
910
public fun captureException (Ljava/lang/Throwable;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
911
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;)Lio/sentry/protocol/SentryId;
912
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
913
+ public abstract fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
906
914
public fun captureMessage (Ljava/lang/String;)Lio/sentry/protocol/SentryId;
907
915
public fun captureMessage (Ljava/lang/String;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
908
916
public abstract fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
@@ -987,6 +995,7 @@ public abstract interface class io/sentry/ISentryClient {
987
995
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
988
996
public fun captureException (Ljava/lang/Throwable;Lio/sentry/IScope;)Lio/sentry/protocol/SentryId;
989
997
public fun captureException (Ljava/lang/Throwable;Lio/sentry/IScope;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
998
+ public abstract fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/IScope;)Lio/sentry/protocol/SentryId;
990
999
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
991
1000
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/IScope;)Lio/sentry/protocol/SentryId;
992
1001
public abstract fun captureProfileChunk (Lio/sentry/ProfileChunk;Lio/sentry/IScope;)Lio/sentry/protocol/SentryId;
@@ -1469,6 +1478,7 @@ public final class io/sentry/NoOpHub : io/sentry/IHub {
1469
1478
public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1470
1479
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
1471
1480
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1481
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1472
1482
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
1473
1483
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1474
1484
public fun captureProfileChunk (Lio/sentry/ProfileChunk;)Lio/sentry/protocol/SentryId;
@@ -1631,6 +1641,7 @@ public final class io/sentry/NoOpScopes : io/sentry/IScopes {
1631
1641
public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1632
1642
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
1633
1643
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1644
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1634
1645
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
1635
1646
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1636
1647
public fun captureProfileChunk (Lio/sentry/ProfileChunk;)Lio/sentry/protocol/SentryId;
@@ -2328,6 +2339,7 @@ public final class io/sentry/Scopes : io/sentry/IScopes {
2328
2339
public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2329
2340
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
2330
2341
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2342
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2331
2343
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
2332
2344
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2333
2345
public fun captureProfileChunk (Lio/sentry/ProfileChunk;)Lio/sentry/protocol/SentryId;
@@ -2395,6 +2407,9 @@ public final class io/sentry/ScopesAdapter : io/sentry/IScopes {
2395
2407
public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2396
2408
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
2397
2409
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2410
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;)Lio/sentry/protocol/SentryId;
2411
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
2412
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2398
2413
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
2399
2414
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2400
2415
public fun captureProfileChunk (Lio/sentry/ProfileChunk;)Lio/sentry/protocol/SentryId;
@@ -2504,6 +2519,9 @@ public final class io/sentry/Sentry {
2504
2519
public static fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
2505
2520
public static fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2506
2521
public static fun captureException (Ljava/lang/Throwable;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2522
+ public static fun captureFeedback (Lio/sentry/protocol/Feedback;)Lio/sentry/protocol/SentryId;
2523
+ public static fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
2524
+ public static fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2507
2525
public static fun captureMessage (Ljava/lang/String;)Lio/sentry/protocol/SentryId;
2508
2526
public static fun captureMessage (Ljava/lang/String;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2509
2527
public static fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
@@ -2702,6 +2720,7 @@ public final class io/sentry/SentryClient : io/sentry/ISentryClient {
2702
2720
public fun captureCheckIn (Lio/sentry/CheckIn;Lio/sentry/IScope;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
2703
2721
public fun captureEnvelope (Lio/sentry/SentryEnvelope;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
2704
2722
public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/IScope;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
2723
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/IScope;)Lio/sentry/protocol/SentryId;
2705
2724
public fun captureProfileChunk (Lio/sentry/ProfileChunk;Lio/sentry/IScope;)Lio/sentry/protocol/SentryId;
2706
2725
public fun captureReplayEvent (Lio/sentry/SentryReplayEvent;Lio/sentry/IScope;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
2707
2726
public fun captureSession (Lio/sentry/Session;Lio/sentry/Hint;)V
@@ -3050,6 +3069,7 @@ public class io/sentry/SentryOptions {
3050
3069
public fun getBeforeBreadcrumb ()Lio/sentry/SentryOptions$BeforeBreadcrumbCallback;
3051
3070
public fun getBeforeEnvelopeCallback ()Lio/sentry/SentryOptions$BeforeEnvelopeCallback;
3052
3071
public fun getBeforeSend ()Lio/sentry/SentryOptions$BeforeSendCallback;
3072
+ public fun getBeforeSendFeedback ()Lio/sentry/SentryOptions$BeforeSendCallback;
3053
3073
public fun getBeforeSendReplay ()Lio/sentry/SentryOptions$BeforeSendReplayCallback;
3054
3074
public fun getBeforeSendTransaction ()Lio/sentry/SentryOptions$BeforeSendTransactionCallback;
3055
3075
public fun getBundleIds ()Ljava/util/Set;
@@ -3179,6 +3199,7 @@ public class io/sentry/SentryOptions {
3179
3199
public fun setBeforeBreadcrumb (Lio/sentry/SentryOptions$BeforeBreadcrumbCallback;)V
3180
3200
public fun setBeforeEnvelopeCallback (Lio/sentry/SentryOptions$BeforeEnvelopeCallback;)V
3181
3201
public fun setBeforeSend (Lio/sentry/SentryOptions$BeforeSendCallback;)V
3202
+ public fun setBeforeSendFeedback (Lio/sentry/SentryOptions$BeforeSendCallback;)V
3182
3203
public fun setBeforeSendReplay (Lio/sentry/SentryOptions$BeforeSendReplayCallback;)V
3183
3204
public fun setBeforeSendTransaction (Lio/sentry/SentryOptions$BeforeSendTransactionCallback;)V
3184
3205
public fun setCacheDirPath (Ljava/lang/String;)V
@@ -4717,6 +4738,7 @@ public class io/sentry/protocol/Contexts : io/sentry/JsonSerializable {
4717
4738
public fun getApp ()Lio/sentry/protocol/App;
4718
4739
public fun getBrowser ()Lio/sentry/protocol/Browser;
4719
4740
public fun getDevice ()Lio/sentry/protocol/Device;
4741
+ public fun getFeedback ()Lio/sentry/protocol/Feedback;
4720
4742
public fun getGpu ()Lio/sentry/protocol/Gpu;
4721
4743
public fun getOperatingSystem ()Lio/sentry/protocol/OperatingSystem;
4722
4744
public fun getProfile ()Lio/sentry/ProfileContext;
@@ -4737,6 +4759,7 @@ public class io/sentry/protocol/Contexts : io/sentry/JsonSerializable {
4737
4759
public fun setApp (Lio/sentry/protocol/App;)V
4738
4760
public fun setBrowser (Lio/sentry/protocol/Browser;)V
4739
4761
public fun setDevice (Lio/sentry/protocol/Device;)V
4762
+ public fun setFeedback (Lio/sentry/protocol/Feedback;)V
4740
4763
public fun setGpu (Lio/sentry/protocol/Gpu;)V
4741
4764
public fun setOperatingSystem (Lio/sentry/protocol/OperatingSystem;)V
4742
4765
public fun setProfile (Lio/sentry/ProfileContext;)V
@@ -4958,6 +4981,45 @@ public final class io/sentry/protocol/Device$JsonKeys {
4958
4981
public fun <init> ()V
4959
4982
}
4960
4983
4984
+ public final class io/sentry/protocol/Feedback : io/sentry/JsonSerializable, io/sentry/JsonUnknown {
4985
+ public static final field TYPE Ljava/lang/String;
4986
+ public fun <init> (Lio/sentry/protocol/Feedback;)V
4987
+ public fun <init> (Ljava/lang/String;)V
4988
+ public fun equals (Ljava/lang/Object;)Z
4989
+ public fun getAssociatedEventId ()Lio/sentry/protocol/SentryId;
4990
+ public fun getContactEmail ()Ljava/lang/String;
4991
+ public fun getMessage ()Ljava/lang/String;
4992
+ public fun getName ()Ljava/lang/String;
4993
+ public fun getReplayId ()Lio/sentry/protocol/SentryId;
4994
+ public fun getUnknown ()Ljava/util/Map;
4995
+ public fun getUrl ()Ljava/lang/String;
4996
+ public fun hashCode ()I
4997
+ public fun serialize (Lio/sentry/ObjectWriter;Lio/sentry/ILogger;)V
4998
+ public fun setAssociatedEventId (Lio/sentry/protocol/SentryId;)V
4999
+ public fun setContactEmail (Ljava/lang/String;)V
5000
+ public fun setMessage (Ljava/lang/String;)V
5001
+ public fun setName (Ljava/lang/String;)V
5002
+ public fun setReplayId (Lio/sentry/protocol/SentryId;)V
5003
+ public fun setUnknown (Ljava/util/Map;)V
5004
+ public fun setUrl (Ljava/lang/String;)V
5005
+ }
5006
+
5007
+ public final class io/sentry/protocol/Feedback$Deserializer : io/sentry/JsonDeserializer {
5008
+ public fun <init> ()V
5009
+ public fun deserialize (Lio/sentry/ObjectReader;Lio/sentry/ILogger;)Lio/sentry/protocol/Feedback;
5010
+ public synthetic fun deserialize (Lio/sentry/ObjectReader;Lio/sentry/ILogger;)Ljava/lang/Object;
5011
+ }
5012
+
5013
+ public final class io/sentry/protocol/Feedback$JsonKeys {
5014
+ public static final field ASSOCIATED_EVENT_ID Ljava/lang/String;
5015
+ public static final field CONTACT_EMAIL Ljava/lang/String;
5016
+ public static final field MESSAGE Ljava/lang/String;
5017
+ public static final field NAME Ljava/lang/String;
5018
+ public static final field REPLAY_ID Ljava/lang/String;
5019
+ public static final field URL Ljava/lang/String;
5020
+ public fun <init> ()V
5021
+ }
5022
+
4961
5023
public final class io/sentry/protocol/Geo : io/sentry/JsonSerializable, io/sentry/JsonUnknown {
4962
5024
public fun <init> ()V
4963
5025
public fun <init> (Lio/sentry/protocol/Geo;)V
0 commit comments