You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Quick start now covers both Express.js and FastAPI/Starlette
- Configuration page documents all options for both SDKs with code tabs
- Dashboard page notes the UI is shared across SDKs
- Insights and Release Tracking pages add Python examples
- Homepage features mention both Node.js and Python SDKs
- Nav version bump 0.1.0 → 1.0.0, add PyPI link and Python changelog
Version tag for the current deployment. When provided, APIForge creates a comparison point in the timeline and generates before/after insights after each deploy.
Copy file name to clipboardExpand all lines: docs/guide/dashboard.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Local Dashboard
2
2
3
-
The local dashboard is a built-in web UI served automatically by the SDK on port 4242 (configurable).
3
+
The local dashboard is a built-in web UI served automatically by the SDK on port 4242 (configurable). It is identical across all SDKs — the same interface whether you run Node.js or Python.
4
4
5
5
```
6
6
http://localhost:4242
@@ -35,7 +35,7 @@ All instrumented routes, sorted by request volume. Columns:
35
35
36
36
| Column | Description |
37
37
|---|---|
38
-
| Route | Parameterized pattern — e.g. `GET /users/:id`|
The dashboard has no authentication in local mode. **Do not expose port 4242 to the public internet.** Use a firewall rule or SSH tunnel if you need to access it remotely:
0 commit comments