@@ -118,7 +118,6 @@ public final class io/sentry/Hub : io/sentry/IHub {
118118 public fun getLastEventId ()Lio/sentry/protocol/SentryId;
119119 public fun getOptions ()Lio/sentry/SentryOptions;
120120 public fun getSpan ()Lio/sentry/ISpan;
121- public fun getSpanContext (Ljava/lang/Throwable;)Lio/sentry/SpanContext;
122121 public fun isEnabled ()Z
123122 public fun popScope ()V
124123 public fun pushScope ()V
@@ -158,7 +157,6 @@ public final class io/sentry/HubAdapter : io/sentry/IHub {
158157 public fun getLastEventId ()Lio/sentry/protocol/SentryId;
159158 public fun getOptions ()Lio/sentry/SentryOptions;
160159 public fun getSpan ()Lio/sentry/ISpan;
161- public fun getSpanContext (Ljava/lang/Throwable;)Lio/sentry/SpanContext;
162160 public fun isEnabled ()Z
163161 public fun popScope ()V
164162 public fun pushScope ()V
@@ -213,7 +211,6 @@ public abstract interface class io/sentry/IHub {
213211 public abstract fun getLastEventId ()Lio/sentry/protocol/SentryId;
214212 public abstract fun getOptions ()Lio/sentry/SentryOptions;
215213 public abstract fun getSpan ()Lio/sentry/ISpan;
216- public abstract fun getSpanContext (Ljava/lang/Throwable;)Lio/sentry/SpanContext;
217214 public abstract fun isEnabled ()Z
218215 public abstract fun popScope ()V
219216 public abstract fun pushScope ()V
@@ -515,6 +512,7 @@ public final class io/sentry/Sentry {
515512 public static fun init (Lio/sentry/Sentry$OptionsConfiguration;)V
516513 public static fun init (Lio/sentry/Sentry$OptionsConfiguration;Z)V
517514 public static fun init (Lio/sentry/SentryOptions;)V
515+ public static fun init (Ljava/lang/String;)V
518516 public static fun isEnabled ()Z
519517 public static fun popScope ()V
520518 public static fun pushScope ()V
0 commit comments