mirror of
https://github.com/strapi/strapi.git
synced 2025-11-09 22:59:14 +00:00
fix eventProperties
This commit is contained in:
parent
340503ff26
commit
aa14f800ed
@ -85,8 +85,10 @@ module.exports = async (opts) => {
|
|||||||
const progress = engine.progress.stream;
|
const progress = engine.progress.stream;
|
||||||
const telemetryPayload = (/* payload */) => {
|
const telemetryPayload = (/* payload */) => {
|
||||||
return {
|
return {
|
||||||
source: engine.sourceProvider.name,
|
eventProperties: {
|
||||||
destination: engine.destinationProvider.name,
|
source: engine.sourceProvider.name,
|
||||||
|
destination: engine.destinationProvider.name,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user