Skip to content

Commit f7fef22

Browse files
adinauerclaude
andcommitted
fix(api): Mark effective org ID helper as internal
Annotate SentryOptions.getEffectiveOrgId with ApiStatus.Internal since it is used as an internal helper for trace propagation org ID resolution. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d3b073d commit f7fef22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry/src/main/java/io/sentry/SentryOptions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,6 +2335,7 @@ public void setOrgId(final @Nullable String orgId) {
23352335
/**
23362336
* Returns the effective org ID, preferring the explicit config option over the DSN-parsed value.
23372337
*/
2338+
@ApiStatus.Internal
23382339
public @Nullable String getEffectiveOrgId() {
23392340
if (orgId != null) {
23402341
return orgId;

0 commit comments

Comments
 (0)