Skip to content

Commit

Permalink
feat(nuxt): Collect deployment platform metric
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiborza committed Dec 20, 2024
1 parent e99b9e4 commit d315255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nuxt/nuxt-wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export async function runNuxtWizardWithTelemetry(
};

const deploymentPlatform = await askDeploymentPlatform();
Sentry.setTag('deployment-platform', deploymentPlatform);

await traceStep('configure-sdk', async () => {
await addSDKModule(nuxtConfig, projectData, deploymentPlatform);
Expand Down

0 comments on commit d315255

Please sign in to comment.