Skip to content

Commit

Permalink
feat: more explicit trace log
Browse files Browse the repository at this point in the history
  • Loading branch information
RostiMelk committed Feb 26, 2024
1 parent aeddeff commit c454772
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/@sanity/cli/src/actions/init-project/initProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,10 @@ export default async function initSanity(
const data = await fetchJourneyConfig(apiClient, flags.quickstart)
trace.log({
step: 'fetchJourneyConfig',
...data,
projectId: data.projectId,
datasetName: data.datasetName,
displayName: data.displayName,
isFirstProject: data.isFirstProject,
})
return data
}
Expand Down

0 comments on commit c454772

Please sign in to comment.