-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
CODEOWNERS
Validating CODEOWNERS rules...
47 lines (38 loc) · 2.2 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
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
/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/ @kamilogorek
/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/feature-stage-beta-session-replay.mdx @getsentry/replay
/src/platform-includes/session-replay/ @getsentry/replay @getsentry/replay-sdk
/src/platforms/javascript/common/session-replay/ @getsentry/replay @getsentry/replay-sdk
/src/wizard/javascript/replay-onboarding/ @getsentry/replay @getsentry/replay-sdk
###### End Replays #######