Bug reporting
a.k.a. Issue reporting · Defect reporting
The process of capturing and communicating a software defect so an engineer can reproduce and fix it.
// glossary
The terms you'll see across the widget, the dashboard and these docs.
A single captured report, bug, feature request or feedback, with all its attached context.
The title, description and severity the AI writes from the capture, ready for the user to accept.
An AI diagnosis that correlates the screenshot, console and network into the likely reason a bug happened.
The three ways users report: the web widget, the browser extension and the mobile SDK.
JS errors, failed requests and status codes recorded silently and attached to the report.
The sequence of actions leading up to the report, reconstructed from the session.
AI Root Cause and Ask AI each have their own monthly allowance. AI Title + Summary runs on every clik at no cost.
Query every clik your team has captured in plain English and get tables, charts and summaries back.
a.k.a. Issue reporting · Defect reporting
The process of capturing and communicating a software defect so an engineer can reproduce and fix it.
a.k.a. Data masking · Field masking
Automatically masking personally identifiable information (names, emails, IBANs, auth tokens) from bug-report artefacts before they leave the browser.
a.k.a. Repro steps · Steps to reproduce
The numbered sequence of actions an engineer should take to reproduce a bug on their own machine.
A reusable structure for bug reports - typically title, environment, steps to reproduce, expected vs actual, and attachments.
a.k.a. In-app feedback widget · Bug report widget
A small UI element embedded inside a web app that lets users report bugs or send feedback without leaving the page.
The end-to-end process of tracking software defects from discovery through triage, prioritisation, fix, verification, and closure.
a.k.a. Issue triage · Defect triage
The decision-making step where new bug reports are classified by severity, owner, and priority before going into the backlog.
a.k.a. Bug severity · Priority levels
A 4-tier classification of defect impact, where S1 is a production outage and S4 is a cosmetic issue.
a.k.a. LLM bug triage · AI-assisted triage
Using a large language model to read raw bug-report context and propose a draft title, severity, owner, and duplicate-link for human approval.
a.k.a. Issue clustering · Bug deduplication
Identifying that a new bug report describes the same defect as an existing ticket, usually using vector embeddings of report content.
a.k.a. Session recording · User session replay
A short reconstructed video of the DOM, mouse, and input events leading up to a bug, played back from captured rrweb-style data.
Recording the browser's console output (errors, warnings, logs) and attaching it to a bug report.
a.k.a. HAR file · Network log
A structured log of every HTTP request the browser made (URL, method, status, timing), usually exported as a HAR file.
A defect that re-introduces a previously fixed problem, usually caused by a recent code change.
Moving testing and bug detection earlier in the software development lifecycle, ideally to the developer's local machine.
a.k.a. Mean Time To Repair · Mean Time To Recovery
The average elapsed time from when a defect is reported to when its fix is shipped to production.
The average elapsed time between a defect being introduced and it being noticed by a user, monitor, or QA process.
Add Oneclik in minutes. Free forever for small teams.