Skip to content

Commit 1db1916

Browse files
revert posthog change
1 parent 49f3ffd commit 1db1916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/internal/handlers/sandbox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func (a *APIStore) startSandboxInternal(
8989
a.posthog.IdentifyAnalyticsTeam(ctx, team.ID.String(), team.Name)
9090
properties := a.posthog.GetPackageToPosthogProperties(requestHeader)
9191
props := properties.
92-
Set("environment", sbx.BaseTemplateID).
92+
Set("environment", sbx.TemplateID).
9393
Set("instance_id", sbx.SandboxID).
9494
Set("alias", sbx.Alias).
9595
Set("resume", isResume).

0 commit comments

Comments
 (0)