dbeck121 / CPI-Helper-Chrome-Extension

56 stars 19 forks source link

Content Enricher Step not colored red in trace #149

Closed fippu82 closed 6 months ago

fippu82 commented 6 months ago

The Content Enricher Step is not colored red in inline trace in case of an error in this step. First assumption is that it happens because the step creates four entries in the trace (although that's true for https and other steps too):

SAP original trace view:

2024-04-10 10_34_50-shell_monitoring_MessageProcessingRun_%7B%22parentContext%22_%7B%22MessageMonito

Inline Trace doesn't show any error (nothing colored in red despite an error):

2024-04-10 10_40_10-IF_RHENUS_GET_PACKAGE_PDF DEV

dbeck121 commented 6 months ago

Interesting... I will have a look

dbeck121 commented 6 months ago

fixed in last commit.

dbeck121 commented 6 months ago

CleanShot 2024-04-14 at 18 07 46@2x

seems like it is not collecting information about the odata call... so it will not show the arrow between receiver and content enricher

fippu82 commented 6 months ago

Perfect, thanks for your work!