Switching Between Projects
Navigate between multiple projects within an organization.
Using the Project Switcher
The project dropdown sits at the top of the sidebar, below the organization name. Click it to see all projects in your current organization and switch between them.
What Changes When You Switch
All dashboard data is scoped to the active project:
- Dashboard stats and charts
- Log viewer entries
- Error groups
- Sessions
- Monitors
- Releases
- Alerts (project-specific)
Organization-level pages (Members, Settings, Billing) remain the same regardless of active project.
Creating a New Project
From the project dropdown, click Create Project. Or navigate to the Projects page to manage all projects.
Project Organization Tips
- Name projects clearly — use service names like "api-backend", "web-frontend", "payment-service"
- One project per service — avoids mixing unrelated logs
- Use environments consistently — always set
environment: 'production'vs.environment: 'staging'so you can filter by environment within a project
Project limits
The number of projects allowed depends on your plan. Free = 1, Starter = 2, Pro = 5, Business = 20. Enterprise plans offer unlimited projects.