Skip to content

Commit

Permalink
Enrich 'workspace_started' call with projectId and type
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhero committed Mar 28, 2022
1 parent 543bcac commit d9b8906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/server/src/workspace/workspace-starter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@ export class WorkspaceStarter {
properties: {
workspaceId: workspace.id,
instanceId: instance.id,
projectId: workspace.projectId,
contextURL: workspace.contextURL,
type: workspace.type,
usesPrebuild: spec.getInitializer()?.hasPrebuild(),
},
});
Expand Down

0 comments on commit d9b8906

Please sign in to comment.