From c95cf83917678eb01f50b83f1a58bfb271ccc7ea Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 30 Jun 2026 16:15:13 +0200 Subject: [PATCH 1/2] chore: Auto-request mobile team review on public API changes Add CODEOWNERS rules for the committed binary-compatibility-validator baselines of the public SDK API surface (sentry/api/sentry.api and sentry-android-core/api/sentry-android-core.api). They only change when the public API changes, so @getsentry/team-mobile is now auto-requested as a reviewer on API changes consumed by the hybrid mobile SDKs. Co-Authored-By: Claude Opus 4.8 --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6e1f71a7677..37ddf74bb87 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,5 @@ * @adinauer @romtsn @markushi @runningcode @0xadam-brown + +# Public API surface — auto-request a mobile SDK team review on API changes +/sentry/api/sentry.api @getsentry/team-mobile +/sentry-android-core/api/sentry-android-core.api @getsentry/team-mobile From c813844b9292ea6aa9f1d6219804ae9b46954559 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 30 Jun 2026 16:34:43 +0200 Subject: [PATCH 2/2] chore: Keep existing code owners alongside mobile team on API files Per review feedback, list the existing global owners on the public API .api rules as well, so they remain code owners of the files and the mobile team is added rather than replacing them. Co-Authored-By: Claude Opus 4.8 --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 37ddf74bb87..762bbc12717 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ * @adinauer @romtsn @markushi @runningcode @0xadam-brown -# Public API surface — auto-request a mobile SDK team review on API changes -/sentry/api/sentry.api @getsentry/team-mobile -/sentry-android-core/api/sentry-android-core.api @getsentry/team-mobile +# Public API surface — also request a mobile SDK team review on API changes +/sentry/api/sentry.api @adinauer @romtsn @markushi @runningcode @0xadam-brown @getsentry/team-mobile +/sentry-android-core/api/sentry-android-core.api @adinauer @romtsn @markushi @runningcode @0xadam-brown @getsentry/team-mobile