Skip to content

Commit 49f3ffd

Browse files
leave analytics alone
1 parent 24c8acc commit 49f3ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/internal/orchestrator/analytics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func (o *Orchestrator) analyticsRemove(ctx context.Context, sandbox sandbox.Sand
3333
sandbox.TeamID.String(),
3434
"closed_instance", posthog.NewProperties().
3535
Set("instance_id", sandbox.SandboxID).
36-
Set("environment", sandbox.BaseTemplateID).
36+
Set("environment", sandbox.TemplateID).
3737
Set("state_action", stateAction.Name).
3838
Set("duration", duration),
3939
)

0 commit comments

Comments
 (0)