> For the complete documentation index, see [llms.txt](https://bugshot.gitbook.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bugshot.gitbook.io/ko/video/replay.md).

# 30초 리플레이

버그는 늘 녹화를 켜 둔 다음에 일어나 주지 않죠. 30초 리플레이는 화면의 **최근 30초를 항상 기록**해 두기 때문에, 버그를 본 직후 버튼 한 번으로 직전 상황을 영상으로 첨부할 수 있습니다. "아, 방금 녹화 켤걸…" 하는 순간을 줄여 줍니다.

## 선행조건: 설정 + 권한

리플레이는 미리 켜 두어야 동작합니다.

> 먼저 [이슈 설정](/ko/settings/issue.md)에서 **30초 리플레이 토글을 켜고 화면 캡처 권한을 허용**해 주세요. 권한을 허용해야 직전 30초가 기록됩니다. 혹시 권한이 해제되면 리플레이는 자동으로 꺼지니 신경 쓰지 않으셔도 됩니다.

![30초 리플레이 활성화](/files/JUGojSjghujTFBox4vNF)

## 사용하기

준비되면 디버그 화면의 **30초 리플레이** 버튼으로 직전 30초를 영상으로 가져옵니다. 지금 어떤 상태인지는 버튼만 봐도 알 수 있습니다.

* **비활성** — 설정에서 아직 켜지 않았습니다. (클릭하면 설정에서 30초 리플레이를 켤 수 있다는 안내가 뜹니다.)
* **기록 중** — 화면을 기록하고 있습니다. 언제든 직전 30초를 가져올 수 있어요.
* **인코딩 중…** — 가져온 30초를 영상으로 만드는 중입니다.
* **준비됨** — 영상이 만들어져 이슈에 첨부됩니다.

![30초 리플레이 버튼 상태](/files/gETxPFyZBhUTDjSoCZRx)

> 영상이 만들어지면 이슈 초안으로 넘어갑니다. 이어지는 작성은 [이슈 작성](/ko/video/issue.md)에서 안내해 드립니다.

***

🌐 [English](https://bugshot.gitbook.io/en/video/replay)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://bugshot.gitbook.io/ko/video/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.
