feat(usage overview): Introduce new panel#104140
Merged
isabellaenriquez merged 12 commits intomasterfrom Dec 2, 2025
Merged
Conversation
brendanhsentry
approved these changes
Dec 1, 2025
| <Fragment> | ||
| <LinkButton | ||
| priority="primary" | ||
| href={`/checkout/${organization.slug}/?referrer=product-breakdown-panel`} |
Contributor
There was a problem hiding this comment.
Bug: Incorrect checkout URL path in upgrade CTA
The checkout URL uses an incorrect path format /checkout/${organization.slug}/ which doesn't match the application's routing structure. Throughout the codebase, the checkout page is accessed via /settings/${organization.slug}/billing/checkout/ or /settings/billing/checkout/. The current URL will result in a 404 page when users click the "Upgrade now" button.
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Split out from #103983
Pt 4 of https://linear.app/getsentry/issue/BIL-1817/update-usage-overview-table-with-new-designs
Introduces the new panel (behind a non-existent FF) + fixes file structure so components are nested