We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb9a1b commit a11d7efCopy full SHA for a11d7ef
static/app/views/issueDetails/actions/newIssueExperienceButton.tsx
@@ -67,6 +67,16 @@ export function NewIssueExperienceButton() {
67
label: t('Switch to the old issue experience'),
68
onAction: handleToggle,
69
},
70
+ {
71
+ key: 'learn-more',
72
+ label: t('Learn more about the new UI'),
73
+ onAction: () => {
74
+ window.open(
75
+ 'https://sentry.zendesk.com/hc/en-us/articles/30882241712795',
76
+ '_blank'
77
+ );
78
+ },
79
80
{
81
key: 'give-feedback',
82
label: t('Give feedback on new UI'),
0 commit comments