Remove IS_WORKFLOW_RUN_STEP_LOGS_ENABLED feature flag (#21323)

This commit is contained in:
Marie
2026-06-08 17:08:20 +02:00
committed by GitHub
parent b7fefe29b7
commit 2151a414f5
9 changed files with 10 additions and 46 deletions
@@ -28,14 +28,6 @@ export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [
'Show the per-page hero illustration + video walkthrough modal on settings pages',
},
},
{
key: FeatureFlagKey.IS_WORKFLOW_RUN_STEP_LOGS_ENABLED,
metadata: {
label: 'Workflow Run Step Logs',
description:
'Persist and display per-step observability logs (token usage, tool calls, HTTP bodies, serverless function output) on workflow runs',
},
},
...(process.env.CLOUDFLARE_API_KEY
? [
// {