# codeowners-example **Repository Path**: mirrors_getsentry/codeowners-example ## Basic Information - **Project Name**: codeowners-example - **Description**: This repo is an example of how to upload your CODEOWNERS file to Sentry using the API. This feature is currently in beta. You can request access to this feature by sending us a message to ecosystem-feedback@sentry.io. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-08 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## About This repo is an example of how to upload your CODEOWNERS file to Sentry using the API. This feature is currently in beta. You can request access to this feature by sending us a message to `ecosystem-feedback@sentry.io`. ## Getting Started ``` git clone https://github.com/getsentry/codeowners-example.git cd codeowners-example cp .env.example .env npm install npm start ``` 1. Edit the newly created `.env` file with your own credentials. 2. Edit the `team_map.json` with your own team mapping. 3. Edit the `user_map.json` with your own user mapping. 4. Overwrite `.github/CODEOWNERS` with your own `CODEOWNERS` file.