Sign up
Go to sentry.io and create your account. You can sign up with:
- Your email address and a password
- GitHub
Create your organization
After signing up, Sentry prompts you to create an organization. Set the following:Organization name — A display name for your company or team. You can change this later in settings.Organization slug — A URL-safe identifier used in your Sentry URLs (for example,
https://my-company.sentry.io). Choose carefully: slugs cannot be changed after creation.Data region — Choose where Sentry stores your event data:| Region | Storage location |
|---|---|
| United States (default) | US data centers |
| European Union | EU data centers |
Invite team members
Bring your team into Sentry so they can see and triage issues together.
- Go to Settings > Members
- Click Invite Members
- Enter email addresses (one per line, or comma-separated)
- Choose a role for the invitees
| Role | What they can do |
|---|---|
| Billing | Manage billing and subscription only |
| Member | View and manage issues; cannot change org settings |
| Admin | Manage projects and teams; limited org settings access |
| Manager | Full access to projects, teams, and members |
| Owner | Full access including billing and organization deletion |
By default, only owners and managers can invite new members. Organization owners can change this under Settings > General Settings.
Configure organization settings
Under Settings > General Settings, you can configure:
- Organization name — Update your display name at any time
- Default role — The role assigned to members who accept invitations
- Member permissions — Control whether members can create projects or invite others
- Require 2FA — Enforce two-factor authentication for all organization members
- Trusted relays — Add Sentry Relay servers for enhanced event filtering
- Data Scrubbing — Strip sensitive data from events before storage
- Safe fields — Fields exempted from scrubbing
- Sensitive fields — Additional fields to scrub beyond the defaults
Set up teams
Teams in Sentry group members with the projects they own. This scopes alert notifications and issue assignments.
- Go to Settings > Teams
- Click Create Team
- Give the team a name (for example,
backend,frontend,mobile) - Add members to the team
Set up SSO (optional)
If your organization uses a single sign-on (SSO) provider, you can require members to authenticate through it.Sentry supports SAML 2.0-based SSO with providers including:
- Okta
- Microsoft Azure Active Directory
- Google Workspace
- OneLogin
- Any SAML 2.0-compatible provider
Plan limits
Sentry offers four plan tiers. Your plan determines how many events you can send per month, how many team members you can have, and which features are available.| Plan | Members | Events | Key features |
|---|---|---|---|
| Developer | 1 | Limited | All core features, 30-day data retention |
| Team | Unlimited | Configurable | Unlimited members, 90-day data retention, custom alert rules |
| Business | Unlimited | Configurable | Advanced dashboards, custom queries, 90-day data retention |
| Enterprise | Unlimited | Configurable | SSO enforcement, SCIM provisioning, SLA, dedicated support |
The Developer plan is free and does not require a credit card. You can upgrade at any time from Settings > Subscription.
Next steps
Create a Project
Set up a project for your first application.
Quick Start
Install the SDK and capture your first error.