Skip to content

Commit f5bc2bc

Browse files
runningcodeclaude
andcommitted
Add distribution() method to API signature file
Update sentry.api to include the new distribution() method signature to fix apiCheck failure. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 289b360 commit f5bc2bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry/api/sentry.api

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,6 +2551,7 @@ public final class io/sentry/Sentry {
25512551
public static fun configureScope (Lio/sentry/ScopeCallback;)V
25522552
public static fun configureScope (Lio/sentry/ScopeType;Lio/sentry/ScopeCallback;)V
25532553
public static fun continueTrace (Ljava/lang/String;Ljava/util/List;)Lio/sentry/TransactionContext;
2554+
public static fun distribution ()Ljava/lang/Object;
25542555
public static fun endSession ()V
25552556
public static fun flush (J)V
25562557
public static fun forkedCurrentScope (Ljava/lang/String;)Lio/sentry/IScopes;

0 commit comments

Comments
 (0)