Skip to content
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

feat(billing): Subscription page updates for categories with 0 reserved #88288

Merged
merged 3 commits into from
Mar 31, 2025

Conversation

jarrettscott
Copy link
Contributor

@jarrettscott jarrettscott commented Mar 29, 2025

Closes: https://github.com/getsentry/getsentry/issues/17043

Some data categories do not have the ability to reserve quota, and are handled as on-demand/pay-as-you go only. This PR clarifies the subscription page for this group of data categories.

Description

Some information on the subscription page is misleading because profile duration categories do not support reserved quota.

Removes the subtext describing the reserved quota count (always "0 Reserved"). Also removes the "Included in Subscription", which calculates the usage total compared to the reserved quota.

Before

Screenshot 2025-03-28 at 9 46 20 AM

After

Screenshot 2025-03-28 at 5 18 45 PM

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 29, 2025
@jarrettscott jarrettscott marked this pull request as ready for review March 31, 2025 19:01
@jarrettscott jarrettscott requested a review from a team as a code owner March 31, 2025 19:01
@jarrettscott jarrettscott merged commit e775e99 into master Mar 31, 2025
40 checks passed
@jarrettscott jarrettscott deleted the jarrett/profiling-hide-included-count branch March 31, 2025 21:02
andrewshie-sentry pushed a commit that referenced this pull request Mar 31, 2025
…ed (#88288)

Closes: getsentry/getsentry#17043

Some data categories do not have the ability to reserve quota, and are
handled as on-demand/pay-as-you go only. This PR clarifies the
subscription page for this group of data categories.

### Description

Some information on the subscription page is misleading because profile
duration categories do not support reserved quota.

Removes the subtext describing the reserved quota count (always "0
Reserved"). Also removes the "Included in Subscription", which
calculates the usage total compared to the reserved quota.

### Before

<img width="1203" alt="Screenshot 2025-03-28 at 9 46 20 AM"
src="https://github.com/user-attachments/assets/414a4cde-4418-4611-b5c1-327dcef99e4f"
/>


### After

<img width="1176" alt="Screenshot 2025-03-28 at 5 18 45 PM"
src="https://github.com/user-attachments/assets/d28fad22-9465-44ab-bd12-5124b39caf94"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants