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
fix(billing): Remove upgrade prompt for Business plan users on trial ended banner (#102466)
Closes
https://linear.app/getsentry/issue/BIL-1508/update-product-trial-ended-copy
When product trials end, users on paid Business plans were incorrectly
seeing "Keep using more by upgrading your plan" which was confusing
since they're already on a Business plan.
This change updates the trial ended banner to show different messages
based on the user's plan:
- Business plan users: "Your unlimited [Product] trial ended." (no
upgrade prompt)
- Team plan users: "Your unlimited [Product] trial ended. Keep using
more by upgrading your plan." (shows upgrade prompt)
- Free plan users: "Your unlimited [Product] trial ended. Keep using
more by upgrading your plan." (shows upgrade prompt)
The button behavior remains unchanged (Request Upgrade / Update Plan
based on billing role), only the message text is updated for Business
plan users.
This fix ensures Business plan users see appropriate messaging without
confusing upgrade prompts, while Team plan users are still encouraged to
upgrade to Business.
0 commit comments