|
1 | 1 | # https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
|
2 | 2 |
|
| 3 | +# See https://github.com/getsentry/sentry-docs/pull/13662 on how commented codeowners are tagged |
| 4 | + |
3 | 5 | # Requiring review from security team for Content-Security-Policy changes
|
4 | 6 | **/vercel.json @getsentry/security
|
5 | 7 |
|
6 | 8 | # Codeowners listed below are used as a reference for the Sentry team to know who to contact for a given area of the codebase.
|
7 | 9 |
|
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 |
37 | 27 |
|
38 | 28 | # /.github/labels.yml @getsentry/dev-infra
|
39 | 29 | # /.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 |
42 | 30 |
|
43 | 31 | # ###### Replays #######
|
44 | 32 |
|
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 |
50 | 38 |
|
51 |
| -# /src/docs/product/dev-toolbar/ @ryan953 @jas-kas |
| 39 | +# /docs/product/sentry-toolbar/ @ryan953 @jas-kas |
52 | 40 |
|
53 | 41 | # ###### End Replays #######
|
0 commit comments