Skip to content

Conversation

@isabellaenriquez
Copy link
Member

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

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Nov 28, 2025
@isabellaenriquez isabellaenriquez changed the title feat(usage overview): Introduce util functions and hook feat(usage overview): Introduce new panel Nov 28, 2025
@isabellaenriquez isabellaenriquez marked this pull request as ready for review November 28, 2025 21:09
@isabellaenriquez isabellaenriquez requested a review from a team as a code owner November 28, 2025 21:09
Base automatically changed from isabella/uo-v2-pt-3 to master December 2, 2025 18:42
<Fragment>
<LinkButton
priority="primary"
href={`/checkout/${organization.slug}/?referrer=product-breakdown-panel`}
Copy link
Contributor

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

@isabellaenriquez isabellaenriquez merged commit 218062f into master Dec 2, 2025
47 checks passed
@isabellaenriquez isabellaenriquez deleted the isabella/uo-v2-pt-4 branch December 2, 2025 19:09
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.

3 participants