From a0e20ceabf7c71803f28e43645b6172597283f5c Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 30 Jun 2026 16:01:54 +0200 Subject: [PATCH 1/2] chore: Auto-request mobile team review on public API changes Add a CODEOWNERS rule for the committed api-extractor report (packages/core/etc/sentry-react-native.api.md). Any PR that changes the public API regenerates this file, so @getsentry/team-mobile is now auto-requested as a reviewer on API changes. Co-Authored-By: Claude Opus 4.8 --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fd1550a503..48789119e7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,4 @@ * @alwx @antonis @lucas-zimerman + +# Public API surface — auto-request a mobile SDK team review on API changes +/packages/core/etc/sentry-react-native.api.md @getsentry/team-mobile From 4ad34ebf40c83cc73bbdfc896f18a5e85f1b6db6 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 30 Jun 2026 16:33:00 +0200 Subject: [PATCH 2/2] chore: Keep existing code owners alongside mobile team on API file Per review feedback, list the existing global owners on the API report line as well, so they remain code owners of the file (last-matching pattern wins) and the mobile team is added rather than replacing them. Co-Authored-By: Claude Opus 4.8 --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 48789119e7..68f08cffce 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ * @alwx @antonis @lucas-zimerman -# Public API surface — auto-request a mobile SDK team review on API changes -/packages/core/etc/sentry-react-native.api.md @getsentry/team-mobile +# Public API surface — also request a mobile SDK team review on API changes +/packages/core/etc/sentry-react-native.api.md @alwx @antonis @lucas-zimerman @getsentry/team-mobile