feat(gsAdmin): Add product trial extension support#108298
Merged
Conversation
Add UI for extending product trials in the customer overview: - New ExtendProductTrialAction modal component with days input (1-90) - Extend Trial button in Product Trials section - Display trial end date in UTC for active trials
brendanhsentry
approved these changes
Feb 17, 2026
Comment on lines
+626
to
+637
| <Button | ||
| size="xs" | ||
| onClick={handleExtendTrial} | ||
| disabled={!hasActiveProductTrial} | ||
| tooltipProps={{ | ||
| title: hasActiveProductTrial | ||
| ? `Extend the current ${formattedTrialName} product trial` | ||
| : `No active product trial to extend for ${formattedTrialName}`, | ||
| }} | ||
| > | ||
| Extend Trial | ||
| </Button> |
Member
There was a problem hiding this comment.
nit: it would be nice if we had this button surface in the same location as the Start Trial button. like it's only visible if they have an active product trial.
Member
Author
There was a problem hiding this comment.
Oops, I missed this initially - will follow up
1 task
mchen-sentry
pushed a commit
that referenced
this pull request
Feb 24, 2026
Add UI for extending product trials in the customer overview. Extend Trial button in Product Trials section and add trial end date in UTC for active trials: <img width="533" height="94" alt="Screenshot 2026-02-15 at 4 10 15 PM" src="https://github.com/user-attachments/assets/7d9ac013-ead4-45f7-ac17-385e81f66fec" /> New ExtendProductTrialAction modal component with days input (1-90): <img width="621" height="521" alt="Screenshot 2026-02-15 at 4 10 28 PM" src="https://github.com/user-attachments/assets/34e27664-9539-4a06-8f8e-76fbdb195f8a" /> Verified in-product handles these longer durations: <img width="859" height="83" alt="Screenshot 2026-02-15 at 4 42 19 PM" src="https://github.com/user-attachments/assets/8dcb9385-25c4-4790-8321-6d67b811597a" /> See: getsentry/getsentry#19376
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.
Add UI for extending product trials in the customer overview.
Extend Trial button in Product Trials section and add trial end date in UTC for active trials:

New ExtendProductTrialAction modal component with days input (1-90):

Verified in-product handles these longer durations:

See: https://github.com/getsentry/getsentry/pull/19376