|
@@ -1,5 +1,6 @@
|
|
|
import {Layout, LayoutProps} from 'sentry/components/onboarding/gettingStartedDoc/layout';
|
|
|
import {StepType} from 'sentry/components/onboarding/gettingStartedDoc/step';
|
|
|
+import {getUploadSourceMapsStep} from 'sentry/components/onboarding/gettingStartedDoc/utils';
|
|
|
import {ProductSolution} from 'sentry/components/onboarding/productSelection';
|
|
|
import {t, tct} from 'sentry/locale';
|
|
|
|
|
@@ -92,6 +93,9 @@ export const steps = ({
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
+ getUploadSourceMapsStep(
|
|
|
+ 'https://docs.sentry.io/platforms/javascript/guides/gatsby/sourcemaps/'
|
|
|
+ ),
|
|
|
{
|
|
|
language: 'javascript',
|
|
|
type: StepType.VERIFY,
|
|
@@ -107,12 +111,6 @@ export const steps = ({
|
|
|
];
|
|
|
|
|
|
export const nextSteps = [
|
|
|
- {
|
|
|
- id: 'source-maps',
|
|
|
- name: t('Source Maps'),
|
|
|
- description: t('Learn how to enable readable stack traces in your Sentry errors.'),
|
|
|
- link: 'https://docs.sentry.io/platforms/javascript/guides/gatsby/sourcemaps/',
|
|
|
- },
|
|
|
{
|
|
|
id: 'performance-monitoring',
|
|
|
name: t('Performance Monitoring'),
|