mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Pass user_id
to manual exec props
This commit is contained in:
parent
3c05d18d68
commit
67e49d577d
|
@ -185,6 +185,7 @@ export class InternalHooksClass implements IInternalHooksClass {
|
||||||
}
|
}
|
||||||
|
|
||||||
const manualExecEventProperties: ITelemetryTrackProperties = {
|
const manualExecEventProperties: ITelemetryTrackProperties = {
|
||||||
|
user_id: userId,
|
||||||
workflow_id: workflow.id.toString(),
|
workflow_id: workflow.id.toString(),
|
||||||
status: properties.success ? 'success' : 'failed',
|
status: properties.success ? 'success' : 'failed',
|
||||||
error_message: properties.error_message as string,
|
error_message: properties.error_message as string,
|
||||||
|
|
Loading…
Reference in a new issue