You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(distribution): Mark build distribution APIs as experimental (#4733)
Mark all build distribution APIs with @ApiStatus.Experimental to indicate
they are subject to change in future versions:
- IDistributionApi interface and related classes (UpdateInfo, UpdateStatus)
- NoOpDistributionApi implementation
- DistributionIntegration Android implementation
- SentryOptions.DistributionOptions and related methods
Also resolves jetbrains annotations dependency conflict by using
implementation instead of compileOnly in sentry-android-distribution
to ensure access to @ApiStatus.Experimental annotation.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
0 commit comments