|
@@ -17,7 +17,10 @@ import {
|
|
|
getReplaySDKSetupSnippet,
|
|
|
} from 'sentry/components/onboarding/gettingStartedDoc/utils';
|
|
|
import {getJSMetricsOnboarding} from 'sentry/components/onboarding/gettingStartedDoc/utils/metricsOnboarding';
|
|
|
-import {tracePropagationMessage} from 'sentry/components/replaysOnboarding/utils';
|
|
|
+import {
|
|
|
+ crashReportCallout,
|
|
|
+ tracePropagationMessage,
|
|
|
+} from 'sentry/components/replaysOnboarding/utils';
|
|
|
import TextCopyInput from 'sentry/components/textCopyInput';
|
|
|
import {t, tct} from 'sentry/locale';
|
|
|
import {space} from 'sentry/styles/space';
|
|
@@ -220,6 +223,9 @@ const feedbackOnboarding: OnboardingConfig = {
|
|
|
],
|
|
|
},
|
|
|
],
|
|
|
+ additionalInfo: crashReportCallout({
|
|
|
+ link: 'https://docs.sentry.io/platforms/javascript/guides/nextjs/user-feedback/#crash-report-modal',
|
|
|
+ }),
|
|
|
},
|
|
|
],
|
|
|
verify: () => [],
|