Skip to content

Commit 49d1a7e

Browse files
committed
update payload
1 parent b5b194f commit 49d1a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/usageReporting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ function sendTurboscaleErrorLogs(args) {
203203
let data = utils.isUndefined(args.data) ? {} : args.data;
204204
const turboscaleErrorPayload = {
205205
kind: 'hst-cypress-cli-error',
206-
userId: data.user_id,
206+
data: data,
207207
error: args.message
208208
}
209209

0 commit comments

Comments
 (0)