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-system-test-support/api/sentry-system-test-support.api
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -516,6 +516,19 @@ public final class io/sentry/systemtest/util/EnvelopesReceived {
516
516
public fun toString ()Ljava/lang/String;
517
517
}
518
518
519
+
public final class io/sentry/systemtest/util/FeatureFlagResponse {
520
+
public fun <init> (Ljava/lang/String;Z)V
521
+
public final fun component1 ()Ljava/lang/String;
522
+
public final fun component2 ()Z
523
+
public final fun copy (Ljava/lang/String;Z)Lio/sentry/systemtest/util/FeatureFlagResponse;
524
+
public static synthetic fun copy$default (Lio/sentry/systemtest/util/FeatureFlagResponse;Ljava/lang/String;ZILjava/lang/Object;)Lio/sentry/systemtest/util/FeatureFlagResponse;
525
+
public fun equals (Ljava/lang/Object;)Z
526
+
public final fun getFlagKey ()Ljava/lang/String;
527
+
public final fun getValue ()Z
528
+
public fun hashCode ()I
529
+
public fun toString ()Ljava/lang/String;
530
+
}
531
+
519
532
public class io/sentry/systemtest/util/LoggingInsecureRestClient {
520
533
public fun <init> ()V
521
534
protected final fun call (Lokhttp3/Request$Builder;ZLjava/util/Map;)Lokhttp3/Response;
@@ -530,10 +543,12 @@ public class io/sentry/systemtest/util/LoggingInsecureRestClient {
530
543
531
544
public final class io/sentry/systemtest/util/RestTestClient : io/sentry/systemtest/util/LoggingInsecureRestClient {
532
545
public fun <init> (Ljava/lang/String;)V
546
+
public final fun checkFeatureFlag (Ljava/lang/String;)Lio/sentry/systemtest/util/FeatureFlagResponse;
533
547
public final fun createPerson (Lio/sentry/systemtest/Person;Ljava/util/Map;)Lio/sentry/systemtest/Person;
534
548
public static synthetic fun createPerson$default (Lio/sentry/systemtest/util/RestTestClient;Lio/sentry/systemtest/Person;Ljava/util/Map;ILjava/lang/Object;)Lio/sentry/systemtest/Person;
535
549
public final fun createPersonDistributedTracing (Lio/sentry/systemtest/Person;Ljava/util/Map;)Lio/sentry/systemtest/Person;
536
550
public static synthetic fun createPersonDistributedTracing$default (Lio/sentry/systemtest/util/RestTestClient;Lio/sentry/systemtest/Person;Ljava/util/Map;ILjava/lang/Object;)Lio/sentry/systemtest/Person;
551
+
public final fun errorWithFeatureFlag (Ljava/lang/String;)Ljava/lang/String;
537
552
public final fun getPerson (J)Lio/sentry/systemtest/Person;
538
553
public final fun getPersonDistributedTracing (JLjava/util/Map;)Lio/sentry/systemtest/Person;
539
554
public static synthetic fun getPersonDistributedTracing$default (Lio/sentry/systemtest/util/RestTestClient;JLjava/util/Map;ILjava/lang/Object;)Lio/sentry/systemtest/Person;
0 commit comments