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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -576,7 +576,8 @@ public final class io/sentry/systemtest/util/TestHelper {
576
576
public final fun getJsonSerializer ()Lio/sentry/JsonSerializer;
577
577
public final fun getRestClient ()Lio/sentry/systemtest/util/RestTestClient;
578
578
public final fun getSentryClient ()Lio/sentry/systemtest/util/SentryMockServerClient;
579
-
public final fun launch (Ljava/io/File;Ljava/util/Map;)Ljava/lang/Process;
579
+
public final fun launch (Ljava/io/File;Ljava/util/Map;Z)Ljava/lang/Process;
580
+
public static synthetic fun launch$default (Lio/sentry/systemtest/util/TestHelper;Ljava/io/File;Ljava/util/Map;ZILjava/lang/Object;)Ljava/lang/Process;
580
581
public final fun logObject (Ljava/lang/Object;)V
581
582
public final fun reset ()V
582
583
public final fun setEnvelopeCounts (Lio/sentry/systemtest/util/EnvelopeCounts;)V
0 commit comments