Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 6e31435

Browse files
committed
send through project type
1 parent 79a6e5a commit 6e31435

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/commands/dev/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,11 @@ class DevCommand extends Command {
152152
}
153153

154154
const url = await startProxy(settings, addonUrls)
155+
155156
// Todo hoist this telemetry `command` to CLI hook
156157
track('command', {
157-
command: 'dev'
158+
command: 'dev',
159+
projectType: settings.type || 'custom'
158160
})
159161

160162
const banner = chalk.bold(`Netlify dev server is now ready on ${url}`)

0 commit comments

Comments
 (0)