Added action to telemetry payload.
This commit is contained in:
@@ -3,7 +3,7 @@ const { sendTelemetry } = require('./telemetry');
|
||||
|
||||
async function run() {
|
||||
if (!process.env.DISABLE_TELEMETRY) {
|
||||
await sendTelemetry();
|
||||
await sendTelemetry('build');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user