# Instant Replay

## Understanding "Instant Replay" 🔄&#x20;

The "Instant Replay" feature in TestBuddy allows you to effortlessly capture recent issues or bugs that occurred while browsing. It's akin to having a vigilant companion watching over your shoulder, ready to assist whenever needed. With "Instant Replay," you can revisit the last 2 minutes of your browsing activity, simplifying the process of identifying and documenting bugs.

## How "Instant Replay" Works 🛠️&#x20;

Traditionally, when encountering a bug, you'd have to recreate it, document it, and then share it for resolution. However, with the "Instant Replay" feature enabled, this process becomes seamless. You no longer need to manually record or capture bugs as they occur. Instead, you can instantly replay recent activity, complete with auto-captured details and logs from DevTools. Once captured, you can upload the "Instant Replay" session as a comprehensive bug report to your TestBuddy account, complete with a generated report link for easy sharing.

## Key Inclusions in "Instant Replay" Bug Reports:

Last 2 minutes of activity as an "Instant Replay" video snippet Console Statements (All, Error, Warning, Log, Info) Network Requests and Logs Timestamp (Timezone when captured, Your timezone, UTC timezone) URL Device Browser Window Size Screenshot Dimensions , Bug Reporter , IP Address and Country Timezone.

## Frequently Asked Questions 🤔

### 1. How  "Instant Replay" differ from Screen Recording? 🎥

While screen recording requires manual start and stop, "Instant Replay" can be enabled once, providing instant access to the last 2 minutes of activity with a single click. Unlike screen recording, "Instant Replay" doesn't capture audio.&#x20;

### 2. Is "Instant Replay" automatically enabled for new websites?&#x20;

🌐 No, you must manually enable "Instant Replay" from the extension when visiting a new website to utilize it for that specific site.&#x20;

### 3. Will "Instant Replay" impact Chrome browser performance? 💻&#x20;

TestBuddy incorporates safeguards to ensure minimal performance impact on most websites. However, enabling "Instant Replay" on sites with complex UI elements or memory-intensive animations may slightly affect browser performance.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://testunity.gitbook.io/testbuddy-doc/features/instant-replay.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
