> For the complete documentation index, see [llms.txt](https://docs.bifrostnetwork.com/kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bifrostnetwork.com/kr/running-a-node/system-monitoring/sentry.md).

# Sentry

이 가이드는 [Sentry](https://sentry.io/)를 셋업하여 바이프로스트 릴레이어 운영시 발생하는 이슈와 에러를 추적하는 방법을 안내합니다.

## Sentry 셋업

Sentry를 설정하려면 먼저 계정을 생성하고 [https://sentry.io](https://sentry.io/)에 로그인해야 합니다. 그러면 Sentry 대시보드로 리디렉션됩니다. 이제 바이프로스트 릴레이어를 위한 새 프로젝트를 생성해야 합니다. "프로젝트 (Projects)" 탭에 접속한 다음 아래와 같이 새 프로젝트를 생성합니다. 플랫폼은 "RUST"로 설정해야 합니다. 그러나 알림 빈도와 프로젝트 이름은 자유롭게 사용자 정의할 수 있습니다.

<figure><img src="/files/ke5ciK3WjLO3BkcRpUxi" alt=""><figcaption></figcaption></figure>

이제 프로젝트 탭에서 생성된 프로젝트를 볼 수 있습니다. 새 프로젝트에 접속하여 설정 탭으로 이동합니다. 왼쪽에 "클라이언트 키 (DSN)" 탭으로 이동합니다. 해당 페이지에서 프로젝트의 DSN 키를 확인할 수 있습니다. DSN 키를 복사하여 릴레이어 구성 YAML 파일의 `sentry_config.dsn`에 붙여넣은 다음, 서비스를 재시작합니다.

<figure><img src="/files/2BcsXZPmY6VeQCyFYJFi" alt=""><figcaption></figcaption></figure>

이제 Sentry가 준비되었습니다. 새로운 문제가 발생할 때마다 오류 정보가 프로젝트 대시보드에 표시되며, 설정한 대상(Slack, 이메일 등)으로 알림이 전송됩니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bifrostnetwork.com/kr/running-a-node/system-monitoring/sentry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
