Skip to content

Commit b720b47

Browse files
julianknutsencodexclaude
authored
Point OpenPanel productionHosts at wasteland.gascity.com (#43)
The hosted web app now serves at wasteland.gascity.com; update the analytics production-host gate so OpenPanel enables on the new domain (it also enables via environment=production, but the host list was stale). Co-authored-by: Codex <codex@openai.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 262dd0b commit b720b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/observability/openpanel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { RuntimeConfigResponse } from "../api/types";
33

44
const defaultApiUrl = "https://events.gascity.com/api";
55
const defaultClientId = "eb727ecb-d336-51ef-a590-49897d042825";
6-
const productionHosts = new Set(["wasteland.gastownhall.ai"]);
6+
const productionHosts = new Set(["wasteland.gascity.com"]);
77

88
let openPanel: OpenPanel | null = null;
99

0 commit comments

Comments
 (0)