-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
CODEOWNERS
Validating CODEOWNERS rules...
54 lines (42 loc) · 2.65 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
# Requiring review from security team for Content-Security-Policy changes
**/vercel.json @getsentry/security
# owners-api is tagged here but anyone can just approve the SHA Bump PRs
/src/build/resolveOpenAPI.ts @getsentry/owners-api
# Codeowners listed below are used as a reference for the Sentry team to know who to contact for a given area of the codebase.
# /src/platforms/android/ @getsentry/team-mobile-core
# /src/wizard/android/ @getsentry/team-mobile-core
# /src/platforms/apple/ @getsentry/team-mobile-core
# /src/wizard/apple/ @getsentry/team-mobile-core
# /src/platforms/flutter/ @getsentry/team-mobile-cross-platform
# /src/wizard/flutter/ @getsentry/team-mobile-cross-platform
# /src/platforms/dart/ @getsentry/team-mobile-cross-platform
# /src/wizard/dart/ @getsentry/team-mobile-cross-platform
# /src/platforms/react-native/ @getsentry/team-mobile-cross-platform
# /src/wizard/react-native/ @getsentry/team-mobile-cross-platform
# /src/platforms/unity/ @getsentry/team-mobile-cross-platform
# /src/wizard/unity/ @getsentry/team-mobile-cross-platform
# /src/wizard/cordova/ @getsentry/team-mobile-cross-platform
# /src/platforms/dotnet/ @getsentry/team-mobile-cross-platform
# /src/wizard/dotnet/ @getsentry/team-mobile-cross-platform
# /src/platforms/java/ @getsentry/team-mobile-core
# /src/wizard/java/ @getsentry/team-mobile-core
# /src/platforms/native/ @getsentry/owners-native
# /src/wizard/native/ @getsentry/owners-native
# /src/wizard/minidump/ @getsentry/owners-native
# /src/platforms/rust/ @getsentry/owners-native
# /src/wizard/rust/ @getsentry/owners-native
# /src/docs/product/discover-queries/ @getsentry/visibility
# /src/docs/product/performance/ @getsentry/visibility
# /src/docs/product/cli/dif/ @getsentry/owners-native
# /.github/labels.yml @getsentry/open-source
# /.github/workflows/react-to-product-owners-yml-changes.yml @getsentry/open-source
# /bin/react-to-product-owners-yml-changes.py @getsentry/open-source
# /bin/react-to-product-owners-yml-changes.sh @getsentry/open-source
# ###### Replays #######
# /src/docs/product/session-replay/ @getsentry/replay
# /src/includes/session-replay-web-report-bug.mdx @getsentry/replay
# /src/platform-includes/session-replay/ @getsentry/replay @getsentry/replay-sdk-web
# /src/platforms/javascript/common/session-replay/ @getsentry/replay @getsentry/replay-sdk-web
# /src/wizard/javascript/replay-onboarding/ @getsentry/replay @getsentry/replay-sdk-web
# ###### End Replays #######