mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Added action to telemetry payload.
This commit is contained in:
parent
7cf0927741
commit
5b1eb8bec2
3 changed files with 30 additions and 31 deletions
|
|
@ -3,7 +3,7 @@ const { sendTelemetry } = require('./telemetry');
|
|||
|
||||
async function run() {
|
||||
if (!process.env.DISABLE_TELEMETRY) {
|
||||
await sendTelemetry();
|
||||
await sendTelemetry('build');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue