Skip to content

Commit 945602b

Browse files
ref(session): drop the inert ApiStatus.Internal from IWithSession
The annotation had no mechanical effect: apiValidation configures only ignoredPackages/ignoredProjects and no nonPublicMarkers, so the type is tracked in sentry.api either way. Regenerating the dump after removing it produces no diff. The interface still has to be public, since the lambda in InternalSentrySdk.captureEnvelopeNonTerminating targets it from io.sentry.android.core. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ac52c7a commit 945602b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sentry/src/main/java/io/sentry/Scope.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,6 @@ public Session withSession(final @NotNull IWithSession sessionCallback) {
10181018
}
10191019

10201020
/** The IWithSession callback */
1021-
@ApiStatus.Internal
10221021
public interface IWithSession {
10231022

10241023
/**

0 commit comments

Comments
 (0)