Commit 8ed40af
authored
docs(agents): Add dev server URLs and dev-ui proxy details (#112395)
## Summary
- Document the correct URLs for local dev servers
(`dev.getsentry.net:8000` and `sentry.dev.getsentry.net:7999`)
- Clarify that `pnpm run dev-ui` proxies API requests to production
sentry.io and requires no local backend
- Improve command comments to distinguish full devserver vs
frontend-only modes
## Test plan
- [ ] Verify URLs are correct by running `pnpm run dev-ui` and accessing
`https://sentry.dev.getsentry.net:7999/`1 parent 880b596 commit 8ed40af
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
140 | 146 | | |
141 | 147 | | |
142 | 148 | | |
| |||
0 commit comments