Skip to content

Commit

Permalink
feat(dev-graph): track graph flag usage (#4409)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
erezrokah and kodiakhq[bot] authored Mar 2, 2022
1 parent 7d65409 commit b6eb647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/dev/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ const dev = async (options, command) => {
exit(1)
}

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

const startNetlifyGraphWatcher = Boolean(options.graph)
if (startNetlifyGraphWatcher) {
Expand Down

1 comment on commit b6eb647

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 443 MB

Please sign in to comment.