mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-07-09 16:09:13 +00:00
feat(SKY-11909): /analytics console restructure — Phase 1 (v4.2) (#7209)
This commit is contained in:
parent
337c002595
commit
777e842c39
1 changed files with 5 additions and 0 deletions
|
|
@ -24,3 +24,8 @@ export const WORKFLOWS_DIRECTORY_TREE_FLAG = "WORKFLOWS_DIRECTORY_TREE";
|
|||
// Opt-in (0% base rollout) preview gating the redesigned workflow studio.
|
||||
// Not enrolled reads as disabled, so the default stays the legacy editor.
|
||||
export const WORKFLOW_STUDIO_FLAG = "workflow_studio_v2";
|
||||
|
||||
// Opt-in (0% base rollout) gating the analytics org-zoom group-by lens
|
||||
// (run metadata / workflow tag). Off ⇒ the dashboard renders as today with no
|
||||
// group-by control. See cloud_docs/analytics/GROUP_BY_LENS_DESIGN.md.
|
||||
export const ANALYTICS_GROUP_BY_LENS_FLAG = "ANALYTICS_GROUP_BY_LENS";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue