@@ -584,6 +584,7 @@ public final class io/sentry/HubAdapter : io/sentry/IHub {
584
584
public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
585
585
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
586
586
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
587
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
587
588
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
588
589
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
589
590
public fun captureReplay (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
@@ -649,6 +650,7 @@ public final class io/sentry/HubScopesWrapper : io/sentry/IHub {
649
650
public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
650
651
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
651
652
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
653
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
652
654
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
653
655
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
654
656
public fun captureReplay (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
@@ -870,6 +872,9 @@ public abstract interface class io/sentry/IScopes {
870
872
public abstract fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
871
873
public abstract fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
872
874
public fun captureException (Ljava/lang/Throwable;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
875
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;)Lio/sentry/protocol/SentryId;
876
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
877
+ public abstract fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
873
878
public fun captureMessage (Ljava/lang/String;)Lio/sentry/protocol/SentryId;
874
879
public fun captureMessage (Ljava/lang/String;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
875
880
public abstract fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
@@ -951,6 +956,7 @@ public abstract interface class io/sentry/ISentryClient {
951
956
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
952
957
public fun captureException (Ljava/lang/Throwable;Lio/sentry/IScope;)Lio/sentry/protocol/SentryId;
953
958
public fun captureException (Ljava/lang/Throwable;Lio/sentry/IScope;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
959
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/IScope;)Lio/sentry/protocol/SentryId;
954
960
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
955
961
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/IScope;)Lio/sentry/protocol/SentryId;
956
962
public abstract fun captureReplayEvent (Lio/sentry/SentryReplayEvent;Lio/sentry/IScope;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
@@ -1396,6 +1402,7 @@ public final class io/sentry/NoOpHub : io/sentry/IHub {
1396
1402
public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1397
1403
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
1398
1404
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1405
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1399
1406
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
1400
1407
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1401
1408
public fun captureReplay (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
@@ -1555,6 +1562,7 @@ public final class io/sentry/NoOpScopes : io/sentry/IScopes {
1555
1562
public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1556
1563
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
1557
1564
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1565
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1558
1566
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
1559
1567
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
1560
1568
public fun captureReplay (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
@@ -2158,6 +2166,7 @@ public final class io/sentry/Scopes : io/sentry/IScopes {
2158
2166
public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2159
2167
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
2160
2168
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2169
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2161
2170
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
2162
2171
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2163
2172
public fun captureReplay (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
@@ -2222,6 +2231,7 @@ public final class io/sentry/ScopesAdapter : io/sentry/IScopes {
2222
2231
public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2223
2232
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
2224
2233
public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2234
+ public fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2225
2235
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
2226
2236
public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2227
2237
public fun captureReplay (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
@@ -2328,6 +2338,9 @@ public final class io/sentry/Sentry {
2328
2338
public static fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
2329
2339
public static fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2330
2340
public static fun captureException (Ljava/lang/Throwable;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2341
+ public static fun captureFeedback (Lio/sentry/protocol/Feedback;)Lio/sentry/protocol/SentryId;
2342
+ public static fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
2343
+ public static fun captureFeedback (Lio/sentry/protocol/Feedback;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2331
2344
public static fun captureMessage (Ljava/lang/String;)Lio/sentry/protocol/SentryId;
2332
2345
public static fun captureMessage (Ljava/lang/String;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
2333
2346
public static fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
@@ -4490,6 +4503,7 @@ public class io/sentry/protocol/Contexts : io/sentry/JsonSerializable {
4490
4503
public fun getApp ()Lio/sentry/protocol/App;
4491
4504
public fun getBrowser ()Lio/sentry/protocol/Browser;
4492
4505
public fun getDevice ()Lio/sentry/protocol/Device;
4506
+ public fun getFeedback ()Lio/sentry/protocol/Feedback;
4493
4507
public fun getGpu ()Lio/sentry/protocol/Gpu;
4494
4508
public fun getOperatingSystem ()Lio/sentry/protocol/OperatingSystem;
4495
4509
public fun getResponse ()Lio/sentry/protocol/Response;
@@ -4509,6 +4523,7 @@ public class io/sentry/protocol/Contexts : io/sentry/JsonSerializable {
4509
4523
public fun setApp (Lio/sentry/protocol/App;)V
4510
4524
public fun setBrowser (Lio/sentry/protocol/Browser;)V
4511
4525
public fun setDevice (Lio/sentry/protocol/Device;)V
4526
+ public fun setFeedback (Lio/sentry/protocol/Feedback;)V
4512
4527
public fun setGpu (Lio/sentry/protocol/Gpu;)V
4513
4528
public fun setOperatingSystem (Lio/sentry/protocol/OperatingSystem;)V
4514
4529
public fun setResponse (Lio/sentry/protocol/Response;)V
@@ -4728,6 +4743,43 @@ public final class io/sentry/protocol/Device$JsonKeys {
4728
4743
public fun <init> ()V
4729
4744
}
4730
4745
4746
+ public final class io/sentry/protocol/Feedback : io/sentry/JsonSerializable, io/sentry/JsonUnknown {
4747
+ public static final field TYPE Ljava/lang/String;
4748
+ public fun <init> (Lio/sentry/protocol/Feedback;)V
4749
+ public fun <init> (Ljava/lang/String;)V
4750
+ public fun getAssociatedEventId ()Lio/sentry/protocol/SentryId;
4751
+ public fun getContactEmail ()Ljava/lang/String;
4752
+ public fun getMessage ()Ljava/lang/String;
4753
+ public fun getName ()Ljava/lang/String;
4754
+ public fun getReplayId ()Lio/sentry/protocol/SentryId;
4755
+ public fun getUnknown ()Ljava/util/Map;
4756
+ public fun getUrl ()Ljava/lang/String;
4757
+ public fun serialize (Lio/sentry/ObjectWriter;Lio/sentry/ILogger;)V
4758
+ public fun setAssociatedEventId (Lio/sentry/protocol/SentryId;)V
4759
+ public fun setContactEmail (Ljava/lang/String;)V
4760
+ public fun setMessage (Ljava/lang/String;)V
4761
+ public fun setName (Ljava/lang/String;)V
4762
+ public fun setReplayId (Lio/sentry/protocol/SentryId;)V
4763
+ public fun setUnknown (Ljava/util/Map;)V
4764
+ public fun setUrl (Ljava/lang/String;)V
4765
+ }
4766
+
4767
+ public final class io/sentry/protocol/Feedback$Deserializer : io/sentry/JsonDeserializer {
4768
+ public fun <init> ()V
4769
+ public fun deserialize (Lio/sentry/ObjectReader;Lio/sentry/ILogger;)Lio/sentry/protocol/Feedback;
4770
+ public synthetic fun deserialize (Lio/sentry/ObjectReader;Lio/sentry/ILogger;)Ljava/lang/Object;
4771
+ }
4772
+
4773
+ public final class io/sentry/protocol/Feedback$JsonKeys {
4774
+ public static final field ASSOCIATED_EVENT_ID Ljava/lang/String;
4775
+ public static final field CONTACT_EMAIL Ljava/lang/String;
4776
+ public static final field MESSAGE Ljava/lang/String;
4777
+ public static final field NAME Ljava/lang/String;
4778
+ public static final field REPLAY_ID Ljava/lang/String;
4779
+ public static final field URL Ljava/lang/String;
4780
+ public fun <init> ()V
4781
+ }
4782
+
4731
4783
public final class io/sentry/protocol/Geo : io/sentry/JsonSerializable, io/sentry/JsonUnknown {
4732
4784
public fun <init> ()V
4733
4785
public fun <init> (Lio/sentry/protocol/Geo;)V
0 commit comments