# Reporting a bug with Pullsy

*Recorded 2026-07-08 · 01:00 long · pullsy.online/v/qwahsvzeffuq*

## Summary

A 60-second walkthrough showing how a developer records a bug repro in the browser, highlights the broken element, and sends a single shareable link with timestamps and an AI-generated transcript. The recording captures the exact stack-trace, severity level, and steps-to-reproduce so the engineer reviewing the bug can jump straight to the failing line without re-reading the entire issue.

## Chapters

- [00:00](https://pullsy.online/v/qwahsvzeffuq?t=0) — Open the bug report
- [00:08](https://pullsy.online/v/qwahsvzeffuq?t=8) — Start recording
- [00:14](https://pullsy.online/v/qwahsvzeffuq?t=14) — Highlight the broken line
- [00:30](https://pullsy.online/v/qwahsvzeffuq?t=30) — Scroll to the stack trace
- [00:50](https://pullsy.online/v/qwahsvzeffuq?t=50) — Stop and copy the link

## Full Transcript

[00:00] Pullsy Record is open. The bug-tracker shows issue 4821 — checkout fails on cart when the promo code WELCOME10 is applied.
[00:05] Severity is P1 critical. Status is in progress. The component is the cart and the promo engine.
[00:10] I click the Record button at the top right to start capturing.
[00:14] The recording is live. I scroll down to the actual error.
[00:19] Here is the actual result — a 502 promo service timeout. Order never created.
[00:25] I highlight that line so the reviewer can see exactly which step is failing.
[00:32] The steps to reproduce are clear. Add two items. Apply the WELCOME10 promo. Click pay.
[00:38] Expected behavior is the discount applies and the payment processes.
[00:43] Below that is the stack trace. PromoService.apply at line 142, CartController.checkout at line 88, and the underlying connection error ETIMEDOUT to the redis instance on 10.0.4.17 port 6379.
[00:50] I stop the recording. Pullsy gives me a single share link with the full transcript, chapter markers, and the AI summary.
[00:55] I send the link to the engineer. They can click any timestamp to jump straight to the failing line.
[00:58] The recording is also searchable — they can ask what was the error and get the answer in seconds.

---

Made with [Pullsy](https://pullsy.online/record) — free, browser-only, AI-powered screen recorder.
