-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat(usage overview): Introduce new panel #104140
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
Conversation
| <Fragment> | ||
| <LinkButton | ||
| priority="primary" | ||
| href={`/checkout/${organization.slug}/?referrer=product-breakdown-panel`} |
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.
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.
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