Skip to content

Commit

Permalink
ref(quick-start): Remove unused tasks (#79294)
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev authored Oct 18, 2024
1 parent ee0ce01 commit 0e9f6b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
24 changes: 0 additions & 24 deletions static/app/components/onboardingWizard/taskConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -441,30 +441,6 @@ export function getOnboardingTasks({
location: 'https://docs.sentry.io/platforms/javascript/sourcemaps/',
display: hasPlatformWithSourceMaps(projects),
},
{
task: OnboardingTaskKey.USER_REPORTS,
title: t('User crash reports'),
description: t('Collect user feedback when your application crashes'),
skippable: true,
requisites: [
OnboardingTaskKey.FIRST_PROJECT,
OnboardingTaskKey.FIRST_EVENT,
OnboardingTaskKey.USER_CONTEXT,
],
actionType: 'app',
location: `/settings/${organization.slug}/projects/:projectId/user-reports/`,
display: false,
},
{
task: OnboardingTaskKey.ISSUE_TRACKER,
title: t('Set up issue tracking'),
description: t('Link to Sentry issues within your issue tracker'),
skippable: true,
requisites: [OnboardingTaskKey.FIRST_PROJECT, OnboardingTaskKey.FIRST_EVENT],
actionType: 'app',
location: `/settings/${organization.slug}/projects/:projectId/plugins/`,
display: false,
},
{
task: OnboardingTaskKey.ALERT_RULE,
title: t('Configure an Issue Alert'),
Expand Down
1 change: 0 additions & 1 deletion static/app/types/onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export enum OnboardingTaskKey {
RELEASE_TRACKING = 'setup_release_tracking',
SOURCEMAPS = 'setup_sourcemaps',
USER_REPORTS = 'setup_user_reports',
ISSUE_TRACKER = 'setup_issue_tracker',
ALERT_RULE = 'setup_alert_rules',
FIRST_TRANSACTION = 'setup_transactions',
METRIC_ALERT = 'setup_metric_alert_rules',
Expand Down

0 comments on commit 0e9f6b8

Please sign in to comment.