Skip to content

Commit ae5043d

Browse files
authored
feat: add POSTHOG_CODE=1 env var to workspace shell (#1648)
1 parent 6a13d32 commit ae5043d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/code/src/main/services/workspace/workspaceEnv.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export async function buildWorkspaceEnv(
6060
const portAllocation = allocateWorkspacePorts(context.taskId);
6161

6262
return {
63+
POSTHOG_CODE: "1",
6364
POSTHOG_CODE_WORKSPACE_NAME: workspaceName,
6465
POSTHOG_CODE_WORKSPACE_PATH: workspacePath,
6566
POSTHOG_CODE_ROOT_PATH: rootPath,

0 commit comments

Comments
 (0)