Skip to content

Seer pricing #13867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/pricing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ We bill based on the amount of data processed. Each [paid plan](https://sentry.i
- 1GB of attachments
- Continuous profiling (available only through PAYG)
- UI Profiling (available only through PAYG)
- Seer (available only through purchase of Seer)

On top of that, you can set aside a PAYG budget that can be used to send additional data in any category. Alternatively, you can choose to pay ahead of time to reserve additional volume at a discounted price. Any unused reserved volume will expire at the end of each billing month.

Expand Down Expand Up @@ -130,6 +131,36 @@ All Sentry plans include one cron monitor and one uptime monitor. Additional mon
| --------------- | ------------- | --------- | ----------------- | ------------- |
| >1GB | $0.2500 | $0.3125 | $0.2500 | $0.3125 |

#### Seer Pricing

Seer is Sentry's AI agent that triages, debugs, and fixes application issues automatically. Access Seer by adding it to your existing subscription for an additional $20 per month. This $20 gives you $25 worth of Seer event credits, which can be used for any combination of [Issue Scans](/pricing/#issue-scans) or [Issue Fixes](/pricing/#issue-fixes) (see pricing tables below). Any usage beyond this $25 credit will draw from your [PAYG budget](/pricing/#terminology).

{/* More details on how to understand your Seer usage is available here. */}
{/* TODO: Add line above when the link is available */}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link isn't available yet so we've decided to publish without it for now.


#### Issue Scans

Issue Scan automatically classifies and triages issues to determine which are the most likely to be fixable with a code change. Issue Scans are billed per run.

| Issue Scan Volume | Team PAYG | Business PAYG |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming team and business are meant to be the exact same dollar amount?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep!

| ----------------- | ------------- | ------------- |
| >0-10k | $0.0030000 | $0.0030000 |
| >10k-100k | $0.0027000 | $0.0027000 |
| >100k-500k | $0.0024300 | $0.0024300 |
| >500k | $0.0021870 | $0.0021870 |

#### Issue Fixes

Issue Fix performs a deep root cause analysis of an issue, using all of the context that is available to Sentry, generating a code fix, and opening a Pull Request in Github.

Issue Fixes are billed per run. Interactions with the same run will only be billed once; restarting a run with the "Start Over" button will be billed as a separate run.

| Team PAYG | Business PAYG |
| ------------- | ------------- |
| $1.00/run | $1.00/run |



## Billing Cycles

<Alert>
Expand Down Expand Up @@ -227,6 +258,7 @@ As of December 1, 2020, customers with a US-based billing address may be subject
- Texas
- Tennessee
- Utah
- Vermont
- Washington

### Canadian Taxes
Expand Down