Skip to content

Commit b795ac7

Browse files
committed
api
1 parent 2cf01f8 commit b795ac7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry/api/sentry.api

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,8 @@ public final class io/sentry/RequestDetails {
20232023

20242024
public final class io/sentry/SamplingContext {
20252025
public fun <init> (Lio/sentry/TransactionContext;Lio/sentry/CustomSamplingContext;)V
2026-
public fun <init> (Lio/sentry/TransactionContext;Lio/sentry/CustomSamplingContext;Ljava/lang/Double;)V
2026+
public fun <init> (Lio/sentry/TransactionContext;Lio/sentry/CustomSamplingContext;Ljava/lang/Double;Ljava/util/Map;)V
2027+
public fun getAttribute (Ljava/lang/String;)Ljava/lang/Object;
20272028
public fun getCustomSamplingContext ()Lio/sentry/CustomSamplingContext;
20282029
public fun getSampleRand ()Ljava/lang/Double;
20292030
public fun getTransactionContext ()Lio/sentry/TransactionContext;

0 commit comments

Comments
 (0)