Skip to content

Commit

Permalink
ref(replay): update feature name (#70801)
Browse files Browse the repository at this point in the history
For self-hosted users, replay details's Give Feedback button routes
feedback to our `feedback` project on issues:


https://github.com/getsentry/sentry/assets/56095982/30a3900a-e723-4e5e-a198-cb0cb9926ca5

This PR updates the feature name so that the title is `Replay
Self-Hosted` for more clarity. (Does not affect the zendesk widget for
SaaS users)



<img width="139" alt="SCR-20240513-lees"
src="https://github.com/getsentry/sentry/assets/56095982/bdaef6ff-440d-45d4-9035-88c729d1d2b5">
<img width="212" alt="SCR-20240513-leeh"
src="https://github.com/getsentry/sentry/assets/56095982/34f31f80-f95c-4e9e-8a40-c027bfba880c">
  • Loading branch information
michellewzhang authored May 13, 2024
1 parent 682c237 commit 8f051f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/components/replays/header/feedbackButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const FeedbackButtonHook = HookOrDefault({
function FeedbackButton() {
return (
<FeedbackButtonHook>
<FeatureFeedback featureName="replay" buttonProps={{size: 'sm'}} />
<FeatureFeedback featureName="Replay Self-Hosted" buttonProps={{size: 'sm'}} />
</FeedbackButtonHook>
);
}
Expand Down

0 comments on commit 8f051f5

Please sign in to comment.