mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-17 01:42:43 -05:00
improvement(logs): added infinite scroll, markdown rendering, and individual block input to logs (#364)
* add performant infinite scroll * added markdown rendering in the logs * added individual block input to logs * fixed markdown render * consolidate redactApiKeys to utils * acknowledged PR comments
This commit is contained in:
@@ -1007,6 +1007,9 @@ export class Executor {
|
||||
// Resolve inputs (which will look up references to other blocks including starter)
|
||||
const inputs = this.resolver.resolveInputs(block, context)
|
||||
|
||||
// Store input data in the block log
|
||||
blockLog.input = inputs
|
||||
|
||||
// Track block execution start
|
||||
trackWorkflowTelemetry('block_execution_start', {
|
||||
workflowId: context.workflowId,
|
||||
|
||||
Reference in New Issue
Block a user