Skip to content

Commit

Permalink
fix(Designer): Add a log when user sees invalid connection error on o…
Browse files Browse the repository at this point in the history
…peration deserialization (#4628)

Add a log when user sees invalid connection error on operation deserialization

Co-authored-by: Aleks Dziewulska (from Dev Box) <aleksd@microsoft.com>
  • Loading branch information
Aleks-gdb and Aleks Dziewulska (from Dev Box) committed Apr 18, 2024
1 parent 48ba0c5 commit 5f746d4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,12 @@ const updateDynamicDataForValidConnection = async (
operation
);
} else {
LoggerService().log({
level: LogEntryLevel.Warning,
area: 'OperationDeserializer:UpdateDynamicData',
message: 'Invalid connection message shown on the card.',
});

const intl = getIntl();
dispatch(
updateErrorDetails({
Expand Down

0 comments on commit 5f746d4

Please sign in to comment.