Skip to content

Commit fae2938

Browse files
authored
fix(CODEOWNERS): Fix outdated contents (#13693)
- Remove files that no longer exist - Update file paths for items that were migrated after next.js - Add notes to how this works
1 parent be258c9 commit fae2938

File tree

1 file changed

+25
-37
lines changed

1 file changed

+25
-37
lines changed

.github/CODEOWNERS

Lines changed: 25 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,41 @@
11
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
22

3+
# See https://github.com/getsentry/sentry-docs/pull/13662 on how commented codeowners are tagged
4+
35
# Requiring review from security team for Content-Security-Policy changes
46
**/vercel.json @getsentry/security
57

68
# Codeowners listed below are used as a reference for the Sentry team to know who to contact for a given area of the codebase.
79

8-
# /src/platforms/android/ @getsentry/team-mobile-core
9-
# /src/wizard/android/ @getsentry/team-mobile-core
10-
# /src/platforms/apple/ @getsentry/team-mobile-core
11-
# /src/wizard/apple/ @getsentry/team-mobile-core
12-
# /src/platforms/dart/guides/flutter/ @getsentry/team-mobile-cross-platform
13-
# /src/wizard/flutter/ @getsentry/team-mobile-cross-platform
14-
# /src/platforms/dart/ @getsentry/team-mobile-cross-platform
15-
# /src/wizard/dart/ @getsentry/team-mobile-cross-platform
16-
# /src/platforms/react-native/ @getsentry/team-mobile-cross-platform
17-
# /src/wizard/react-native/ @getsentry/team-mobile-cross-platform
18-
# /src/platforms/unity/ @getsentry/team-mobile-cross-platform
19-
# /src/wizard/unity/ @getsentry/team-mobile-cross-platform
20-
# /src/wizard/cordova/ @getsentry/team-mobile-cross-platform
21-
22-
# /src/platforms/dotnet/ @getsentry/team-mobile-cross-platform
23-
# /src/wizard/dotnet/ @getsentry/team-mobile-cross-platform
24-
# /src/platforms/java/ @getsentry/team-mobile-core
25-
# /src/wizard/java/ @getsentry/team-mobile-core
26-
27-
# /src/platforms/native/ @getsentry/owners-native
28-
# /src/wizard/native/ @getsentry/owners-native
29-
# /src/wizard/minidump/ @getsentry/owners-native
30-
# /src/platforms/rust/ @getsentry/owners-native
31-
# /src/wizard/rust/ @getsentry/owners-native
32-
33-
# /src/docs/product/discover-queries/ @getsentry/visibility
34-
# /src/docs/product/insights/ @getsentry/insights
35-
36-
# /src/docs/cli/dif.mdx @getsentry/owners-native
10+
# /docs/platforms/android/ @getsentry/team-mobile-core
11+
# /docs/platforms/apple/ @getsentry/team-mobile-core
12+
# /docs/platforms/dart/ @getsentry/team-mobile-cross-platform
13+
# /docs/platforms/react-native/ @getsentry/team-mobile-cross-platform
14+
# /docs/platforms/unity/ @getsentry/team-mobile-cross-platform
15+
# /docs/platforms/javascript/guides/cordova/ @getsentry/team-mobile-cross-platform
16+
17+
# /docs/platforms/dotnet/ @getsentry/team-mobile-cross-platform
18+
# /docs/platforms/java/ @getsentry/team-mobile-core
19+
20+
# /docs/platforms/native/ @getsentry/owners-native
21+
# /docs/platforms/rust/ @getsentry/owners-native
22+
23+
# /docs/product/explore/discover-queries/ @getsentry/visibility
24+
# /docs/product/insights/ @getsentry/insights
25+
26+
# /docs/cli/dif.mdx @getsentry/owners-native
3727

3828
# /.github/labels.yml @getsentry/dev-infra
3929
# /.github/workflows/react-to-product-owners-yml-changes.yml @getsentry/dev-infra
40-
# /bin/react-to-product-owners-yml-changes.py @getsentry/dev-infra
41-
# /bin/react-to-product-owners-yml-changes.sh @getsentry/dev-infra
4230

4331
# ###### Replays #######
4432

45-
# /src/docs/product/session-replay/web @jas-kas @getsentry/replay-sdk-web @getsentry/replay-frontend @getsentry/replay-backend
46-
# /src/docs/product/session-replay/mobile @jas-kas @getsentry/replay-sdk-mobile @getsentry/replay-frontend @getsentry/replay-backend
47-
# /src/includes/session-replay-web-report-bug.mdx @getsentry/replay-sdk-web
48-
# /src/platform-includes/session-replay/ @getsentry/replay-sdk-web @getsentry/replay-sdk-mobile
49-
# /src/platforms/javascript/common/session-replay/ @getsentry/replay-sdk-web
33+
# /docs/product/explore/session-replay/web @jas-kas @getsentry/replay-sdk-web @getsentry/replay-frontend @getsentry/replay-backend
34+
# /docs/product/explore/session-replay/mobile @jas-kas @getsentry/replay-sdk-mobile @getsentry/replay-frontend @getsentry/replay-backend
35+
# /includes/session-replay-web-report-bug.mdx @getsentry/replay-sdk-web
36+
# /platform-includes/session-replay/ @getsentry/replay-sdk-web @getsentry/replay-sdk-mobile
37+
# /docs/platforms/javascript/common/session-replay/ @getsentry/replay-sdk-web
5038

51-
# /src/docs/product/dev-toolbar/ @ryan953 @jas-kas
39+
# /docs/product/sentry-toolbar/ @ryan953 @jas-kas
5240

5341
# ###### End Replays #######

0 commit comments

Comments
 (0)