Skip to content

Commit

Permalink
Adding deprected attribute with its value
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Boutaib committed Jul 19, 2022
1 parent 6354391 commit 5f56ac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function processAction(
customerContext,
rawRumEvent: actionEvent,
startTime: action.startClocks.relative,
domainContext: isAutoAction(action) ? { events: action.events } : {},
domainContext: isAutoAction(action) ? { event: action.event, events: action.events } : {},
}
}

Expand Down

0 comments on commit 5f56ac9

Please sign in to comment.