Projects and organizations
Projects are always scoped to an organization. A single organization can contain many projects: one per microservice, one per mobile app, one per frontend — whatever granularity makes sense for your team. From the source model:The DSN
Each project has one or more Client Keys, each of which carries a DSN (Data Source Name). The DSN is a URL you provide to the Sentry SDK so it knows where to send events. DSN format:ProjectKey model:
- Open Project Settings.
- Click Client Keys (DSN) in the left sidebar.
- Copy the DSN value shown under your key.
Project slug and ID
Every project has a slug — a URL-safe identifier used in the Sentry UI and API. Slugs are unique within an organization. The numeric project ID is used in DSN URLs and in API paths such as/api/0/projects/<org_slug>/<project_slug>/.
Teams and access
Projects are linked to teams through a many-to-many relationship (ProjectTeam). A user’s access to a project is determined by whether they are a member of any team assigned to that project.
Project settings
| Setting | Description |
|---|---|
| Platform | The primary platform for the project (e.g. python-django, javascript-react). Controls which onboarding docs Sentry shows. |
| Alert rules | Issue alerts that fire when events match certain conditions. Scoped per project. |
| Ownership rules | Regex or path-based rules that assign issues to specific teams or users. |
| Inbound filters | Block specific browsers, legacy IPs, or known error patterns before they are stored. |
| Data scrubbing | Remove sensitive fields from events before they are saved. |
| Client keys (DSN) | Manage the project’s DSN keys and set per-key rate limits. |
Creating a project
Open Projects
In the Sentry sidebar, click Projects, then click Create Project in the top-right corner.
Select a platform
Choose the platform or framework your application uses. Sentry uses this to show platform-specific setup instructions.
Configure alerts
Choose the default alert rule for the project. You can configure more detailed rules later under Alerts.