Proxytrace 1.0.3
Added
- "How to wire the proxy?" documentation link on the Traces page empty state.
Changed
- The Tracey AI assistant is now an Enterprise feature. On the Free tier the sidebar
entry is locked and the Tracey page shows an upgrade prompt; the Tracey API endpoints
respond with HTTP 402.
Fixed
-
Upgrade/pricing links (upgrade placeholder, upgrade dialog, docs) pointed at
proxytrace.dev/pricinginstead of the correctproxytrace.dev/#pricinganchor. -
The ingestion endpoint shown in the setup wizard and on the API-keys page pointed at the
web UI port instead of the ingestion proxy (e.g.:5101instead of:5102in the Docker
deployment), where OpenAI calls fail with405 Not Allowed. The backend now advertises
the proxy's public URL (Proxy:PublicBaseUrl; in DockerPROXYTRACE_PROXY_PUBLIC_URL,
defaulthttp://localhost:5102) and the UI displays that.