Skip to content

Commit

Permalink
angular
Browse files Browse the repository at this point in the history
  • Loading branch information
michellewzhang committed Feb 22, 2024
1 parent 8874fe5 commit 1a1c4f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/app/gettingStartedDocs/javascript/angular.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,10 @@ const feedbackOnboarding: OnboardingConfig<PlatformOptions> = {
{
type: StepType.INSTALL,
description: tct(
'For the User Feedback integration to work, you must have the Sentry browser SDK package, or an equivalent framework SDK (e.g. [code:@sentry/react]) installed, minimum version 7.85.0.',
'For the User Feedback integration to work, you must have the Sentry browser SDK package, or an equivalent framework SDK (e.g. [codeAngular:@sentry/angular] or [codeIvy:@sentry/angular-ivy]) installed, minimum version 7.85.0.',
{
code: <code />,
codeAngular: <code />,
codeIvy: <code />,
}
),
configurations: getInstallConfig(params),
Expand Down

0 comments on commit 1a1c4f6

Please sign in to comment.