You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Use this checklist to make sure your PR is ready for merge. You may
delete any sections you don't need. -->
## DESCRIBE YOUR PR
Updating pricing for Seer launch, see
https://sentry-docs-git-seer-pricing.sentry.dev/pricing/ for preview.
## IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [x] Other deadline: Seer launches first week of June
- [ ] None: Not urgent, can wait up to 1 week+
## SLA
- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!
## PRE-MERGE CHECKLIST
*Make sure you've checked the following before merging your changes:*
- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)
## LEGAL BOILERPLATE
<!-- Sentry employees and contractors can delete or ignore this section.
-->
Look, I get it. The entity doing business as "Sentry" was incorporated
in the State of Delaware in 2015 as Functional Software, Inc. and is
gonna need some rights from me in order to utilize my contributions in
this here PR. So here's the deal: I retain all rights, title and
interest in and to my contributions, and by keeping this boilerplate
intact I confirm that Sentry can use, modify, copy, and redistribute my
contributions, under Sentry's choice of terms.
## EXTRA RESOURCES
- [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
---------
Co-authored-by: Alex Krawiec <[email protected]>
Copy file name to clipboardExpand all lines: docs/pricing/index.mdx
+32Lines changed: 32 additions & 0 deletions
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
38
38
- 1GB of attachments
39
39
- Continuous profiling (available only through PAYG)
40
40
- UI Profiling (available only through PAYG)
41
+
- Seer (available only through purchase of Seer)
41
42
42
43
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.
43
44
@@ -130,6 +131,36 @@ All Sentry plans include one cron monitor and one uptime monitor. Additional mon
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).
137
+
138
+
{/* More details on how to understand your Seer usage is available here. */}
139
+
{/* TODO: Add line above when the link is available */}
140
+
141
+
#### Issue Scans
142
+
143
+
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 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.
155
+
156
+
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.
157
+
158
+
| Team PAYG | Business PAYG |
159
+
| ------------- | ------------- |
160
+
| $1.00/run | $1.00/run |
161
+
162
+
163
+
133
164
## Billing Cycles
134
165
135
166
<Alert>
@@ -227,6 +258,7 @@ As of December 1, 2020, customers with a US-based billing address may be subject
0 commit comments