6 ms·
Lightweight Sentry.io Alternative with Session Replay
- mrashiddev 8mo agoRejourney.co is a 3-lines of code only observaiblity tool. This tool is part of a 12-week effort to design a lightweight Sentry.io alternative that has 70% of the features -- including pixel perfect session replay (not dom based replay) -- for a much smaller unpacked size. Rejourney is 1.65 mb unpacked while Sentry is around 7.1 mb. Frame time performance is very comparable, but Rejourney performs better visually due to the heuristic logic that instructs capture on moments of stillness making the package nearly impossible to notice for end-users. Our benchmarks are in our github read me. What are your thoughts on this? How can we offer something beyond just being much cheaper and lighter than Sentry to become a go-to product?
- adfdafdafds 8mo agoCOOL! This is a crazy project. I'm curious about your heuristic logic where can we learn more about that?
- mrashiddev 8mo agohttps://rejourney.co/engineering https://rejourney.co/engineering Also the code itself is in our open source repo
- y2ksecondcoming 8mo agoHow did you get session replay on that small of an unpacked package size?