Skip to content

Commit

Permalink
feat(nextjs): Add telemetry collection to NextJS wizard (#458)
Browse files Browse the repository at this point in the history
Add telemetry data collection to the NextJS wizard. Specifically:

- Transaction and spans
- tags around 
  - Next JS major versions
  - SDK already installed
  - SDK configuration methods and results
  - Detected package manager (this tag will be added to all wizards with telemetry)
  • Loading branch information
Lms24 authored Sep 18, 2023
1 parent 9c2009b commit 8fffc71
Show file tree
Hide file tree
Showing 9 changed files with 445 additions and 331 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

feat(nextjs): Add telemetry collection to NextJS wizard (#458)

## 3.13.0

- enh(android): Show link to issues page after setup is complete (#448)
Expand Down
5 changes: 2 additions & 3 deletions src/android/android-wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,8 @@ async function runAndroidWizardWithTelemetry(
'sentry.properties',
)} file.`,
);
await traceStep('Add SentryCli Config', () =>
addSentryCliConfig(authToken, proguardMappingCliSetupConfig),
);

await addSentryCliConfig(authToken, proguardMappingCliSetupConfig);

// ======== OUTRO ========
const issuesPageLink = selfHosted
Expand Down
Loading

0 comments on commit 8fffc71

Please sign in to comment.