@@ -608,7 +608,6 @@ public final class io/sentry/HubAdapter : io/sentry/IHub {
608
608
public fun setUser (Lio/sentry/protocol/User;)V
609
609
public fun startSession ()V
610
610
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
611
- public fun traceHeaders ()Lio/sentry/SentryTraceHeader;
612
611
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
613
612
public fun withScope (Lio/sentry/ScopeCallback;)V
614
613
}
@@ -674,7 +673,6 @@ public final class io/sentry/HubScopesWrapper : io/sentry/IHub {
674
673
public fun setUser (Lio/sentry/protocol/User;)V
675
674
public fun startSession ()V
676
675
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
677
- public fun traceHeaders ()Lio/sentry/SentryTraceHeader;
678
676
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
679
677
public fun withScope (Lio/sentry/ScopeCallback;)V
680
678
}
@@ -915,7 +913,6 @@ public abstract interface class io/sentry/IScopes {
915
913
public abstract fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
916
914
public fun startTransaction (Ljava/lang/String;Ljava/lang/String;)Lio/sentry/ITransaction;
917
915
public fun startTransaction (Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
918
- public abstract fun traceHeaders ()Lio/sentry/SentryTraceHeader;
919
916
public abstract fun withIsolationScope (Lio/sentry/ScopeCallback;)V
920
917
public abstract fun withScope (Lio/sentry/ScopeCallback;)V
921
918
}
@@ -1450,7 +1447,6 @@ public final class io/sentry/NoOpHub : io/sentry/IHub {
1450
1447
public fun setUser (Lio/sentry/protocol/User;)V
1451
1448
public fun startSession ()V
1452
1449
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
1453
- public fun traceHeaders ()Lio/sentry/SentryTraceHeader;
1454
1450
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
1455
1451
public fun withScope (Lio/sentry/ScopeCallback;)V
1456
1452
}
@@ -1611,7 +1607,6 @@ public final class io/sentry/NoOpScopes : io/sentry/IScopes {
1611
1607
public fun setUser (Lio/sentry/protocol/User;)V
1612
1608
public fun startSession ()V
1613
1609
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
1614
- public fun traceHeaders ()Lio/sentry/SentryTraceHeader;
1615
1610
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
1616
1611
public fun withScope (Lio/sentry/ScopeCallback;)V
1617
1612
}
@@ -2208,7 +2203,6 @@ public final class io/sentry/Scopes : io/sentry/IScopes, io/sentry/metrics/Metri
2208
2203
public fun startSession ()V
2209
2204
public fun startSpanForMetric (Ljava/lang/String;Ljava/lang/String;)Lio/sentry/ISpan;
2210
2205
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2211
- public fun traceHeaders ()Lio/sentry/SentryTraceHeader;
2212
2206
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
2213
2207
public fun withScope (Lio/sentry/ScopeCallback;)V
2214
2208
}
@@ -2274,7 +2268,6 @@ public final class io/sentry/ScopesAdapter : io/sentry/IScopes {
2274
2268
public fun setUser (Lio/sentry/protocol/User;)V
2275
2269
public fun startSession ()V
2276
2270
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2277
- public fun traceHeaders ()Lio/sentry/SentryTraceHeader;
2278
2271
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
2279
2272
public fun withScope (Lio/sentry/ScopeCallback;)V
2280
2273
}
@@ -2384,7 +2377,6 @@ public final class io/sentry/Sentry {
2384
2377
public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;)Lio/sentry/ITransaction;
2385
2378
public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2386
2379
public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2387
- public static fun traceHeaders ()Lio/sentry/SentryTraceHeader;
2388
2380
public static fun withIsolationScope (Lio/sentry/ScopeCallback;)V
2389
2381
public static fun withScope (Lio/sentry/ScopeCallback;)V
2390
2382
}
0 commit comments