mirror of
https://github.com/strapi/strapi.git
synced 2025-11-04 11:54:10 +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 telemetryPayload = (/* payload */) => {
|
||||
return {
|
||||
source: engine.sourceProvider.name,
|
||||
destination: engine.destinationProvider.name,
|
||||
eventProperties: {
|
||||
source: engine.sourceProvider.name,
|
||||
destination: engine.destinationProvider.name,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user