Commit graph

5 commits

Author SHA1 Message Date
Aaron Knudtson
92a48003a4
feat: move rrweb event stream to client and query through /api/clickhouse-proxy (#755) 2025-04-22 18:01:09 -04:00
Warren
3ba934d81e
feat: sessions page + session replay details page MVP (#599)
<img width="1301" alt="Screenshot 2025-02-06 at 10 45 26 AM" src="https://github.com/user-attachments/assets/a7c79a6e-38a0-4627-b193-b33e5a84ad69" />

<img width="1218" alt="Screenshot 2025-02-06 at 3 52 28 PM" src="https://github.com/user-attachments/assets/34587cea-abd5-4176-86c0-a9a3f12f052a" />

---
TODO:
- Search in sessions page
- Event detail side panel
- Search in session side panel
- Design
- Mark doesnt point to the right event on the sidebar (bug?)




Co-authored-by: Ernest Iliiasov <20255948+ernestii@users.noreply.github.com>
2025-02-08 18:28:35 +00:00
Warren
af4faa4611
DX: running api + app + task concurrently with npm script (dev) (#567)
1. Test with `common-utils` easily
2. Faster hot-reloads

TL;DR
run `npm run dev` or `make dev-up` to run HyperDX fullstack locally
2025-01-23 17:31:25 +00:00
Warren
9993fb2097
DX: standalone app docker image (#532)
For better self-hosting experience, users should be able to run
```
docker run -e MONGO_URI=xxx -p 8080:8080 hyperdx/hyperdx:2-beta
```
to spin up the project that includes the server components
2024-12-16 23:13:16 +00:00
Warren
6a24dcf405
feat: single app image (#519) 2024-12-06 16:27:23 -08:00