Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-wizard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 96b4a258d49b92dca1b10bfdfe0ea07ad8d22ce6
Choose a base ref
..
head repository: getsentry/sentry-wizard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e872236c34f9293ee74dded01848363a62d6bc05
Choose a head ref
Showing with 4 additions and 2 deletions.
  1. +4 −2 src/angular/angular-wizard.ts
6 changes: 4 additions & 2 deletions src/angular/angular-wizard.ts
Original file line number Diff line number Diff line change
@@ -177,7 +177,9 @@ async function runAngularWizardWithTelemetry(
await runPrettierIfInstalled();
});

clack.log.success(
'Sentry has been successfully configured for your Angular project',
clack.outro(`
${chalk.green(
'Sentry has been successfully configured for your Angular project.',
)}`
);
}