Skip to content

Commit b6eb647

Browse files
erezrokahkodiakhq[bot]
andauthoredMar 2, 2022
feat(dev-graph): track graph flag usage (#4409)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 7d65409 commit b6eb647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/commands/dev/dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ const dev = async (options, command) => {
348348
exit(1)
349349
}
350350

351-
command.setAnalyticsPayload({ projectType: settings.framework || 'custom', live: options.live })
351+
command.setAnalyticsPayload({ projectType: settings.framework || 'custom', live: options.live, graph: options.graph })
352352

353353
const startNetlifyGraphWatcher = Boolean(options.graph)
354354
if (startNetlifyGraphWatcher) {

1 commit comments

Comments
 (1)

github-actions[bot] commented on Mar 2, 2022

@github-actions[bot]

📊 Benchmark results

Package size: 443 MB

Please sign in to comment.