-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Seer pricing #13867
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
6d72c03
Add pricing updates for seer
46e5f7d
Update links
46d1c9f
Code comments
b4336d4
Attempt to fix builds
9f382b4
fix builds
d8eaace
Fixing builds
aab451c
Undo debugging changes
0002f34
Minor copy edit
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
@@ -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 */} | ||
|
||
#### 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 | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||
|
@@ -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 | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.