@@ -584,6 +584,7 @@ public final class io/sentry/HubAdapter : io/sentry/IHub {
584584 public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
585585 public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
586586 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;
587588 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
588589 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
589590 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 {
649650 public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
650651 public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
651652 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;
652654 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
653655 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
654656 public fun captureReplay (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
@@ -870,6 +872,9 @@ public abstract interface class io/sentry/IScopes {
870872 public abstract fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
871873 public abstract fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
872874 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;
873878 public fun captureMessage (Ljava/lang/String;)Lio/sentry/protocol/SentryId;
874879 public fun captureMessage (Ljava/lang/String;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
875880 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 {
951956 public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
952957 public fun captureException (Ljava/lang/Throwable;Lio/sentry/IScope;)Lio/sentry/protocol/SentryId;
953958 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;
954960 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
955961 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/IScope;)Lio/sentry/protocol/SentryId;
956962 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 {
13961402 public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
13971403 public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
13981404 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;
13991406 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
14001407 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
14011408 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 {
15551562 public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
15561563 public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
15571564 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;
15581566 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
15591567 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
15601568 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 {
21582166 public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
21592167 public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
21602168 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;
21612170 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
21622171 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
21632172 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 {
22222231 public fun captureEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
22232232 public fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
22242233 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;
22252235 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;)Lio/sentry/protocol/SentryId;
22262236 public fun captureMessage (Ljava/lang/String;Lio/sentry/SentryLevel;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
22272237 public fun captureReplay (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
@@ -2328,6 +2338,9 @@ public final class io/sentry/Sentry {
23282338 public static fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;)Lio/sentry/protocol/SentryId;
23292339 public static fun captureException (Ljava/lang/Throwable;Lio/sentry/Hint;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
23302340 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;
23312344 public static fun captureMessage (Ljava/lang/String;)Lio/sentry/protocol/SentryId;
23322345 public static fun captureMessage (Ljava/lang/String;Lio/sentry/ScopeCallback;)Lio/sentry/protocol/SentryId;
23332346 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 {
44904503 public fun getApp ()Lio/sentry/protocol/App;
44914504 public fun getBrowser ()Lio/sentry/protocol/Browser;
44924505 public fun getDevice ()Lio/sentry/protocol/Device;
4506+ public fun getFeedback ()Lio/sentry/protocol/Feedback;
44934507 public fun getGpu ()Lio/sentry/protocol/Gpu;
44944508 public fun getOperatingSystem ()Lio/sentry/protocol/OperatingSystem;
44954509 public fun getResponse ()Lio/sentry/protocol/Response;
@@ -4509,6 +4523,7 @@ public class io/sentry/protocol/Contexts : io/sentry/JsonSerializable {
45094523 public fun setApp (Lio/sentry/protocol/App;)V
45104524 public fun setBrowser (Lio/sentry/protocol/Browser;)V
45114525 public fun setDevice (Lio/sentry/protocol/Device;)V
4526+ public fun setFeedback (Lio/sentry/protocol/Feedback;)V
45124527 public fun setGpu (Lio/sentry/protocol/Gpu;)V
45134528 public fun setOperatingSystem (Lio/sentry/protocol/OperatingSystem;)V
45144529 public fun setResponse (Lio/sentry/protocol/Response;)V
@@ -4728,6 +4743,43 @@ public final class io/sentry/protocol/Device$JsonKeys {
47284743 public fun <init> ()V
47294744}
47304745
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+
47314783public final class io/sentry/protocol/Geo : io/sentry/JsonSerializable, io/sentry/JsonUnknown {
47324784 public fun <init> ()V
47334785 public fun <init> (Lio/sentry/protocol/Geo;)V
0 commit comments