# 설정

IMQA Crash 설정을 통해 기본적인 설정과 프로가드 설정을 할 수 있습니다.

## 1. 일반 설정 <a href="#general-setting" id="general-setting"></a>

API 키와 프로젝트 정보에서 생성한 프로젝트 정보를 확인할 수 있고, 플랫폼, 스테이지를 변경할 수 있습니다.

![](https://lh5.googleusercontent.com/y2MNRo_pVt90qbxJXDkqWA3rn3DY8lM4t-S84O4-HBfv7SBvGpo0UlBaYEFpsmxwz3cbvj2VCiGs5TxwHTA_0dgOV5tRL6pAGNB9MwBhc8HJcUfBuuElY9xPgeGAMcBfcPFjW8yR6hmg_QCUy9jXQg)

* **API 키**: SDK와 수집서버 간의 통신을 위한 API Key 입니다. 해당 Key 정보를 SDK에 삽입해주시길 바랍니다.&#x20;
* **프로젝트 이름**: 프로젝트 생성시 입력한 프로젝트 이름을 표시합니다. 프로젝트 매니저 이상 수정할 수 있습니다.
* **패키지 이름**: 프로젝트 생성시 입력한 패키지 이름을 표시합니다. 프로젝트 매니저 이상 수정할 수 있습니다.
* **플랫폼**: 프로젝트 생성시 선택한 플랫폼을 표시합니다. 현재 플랫폼 변경은 지원하지 않습니다.

{% hint style="warning" %}
현재 플랫폼 변경은 지원하지 않습니다.
{% endhint %}

* **스테이지**: 프로젝트의 환경 설정을 할 수 있습니다. ‘개발', ‘테스트', ‘배포'로 관리자 판단 후 아래와 같이 설정할 수 있습니다.

변경 후 \[저장]을 클릭하여 적용합니다.

## 2. 프로가드 설정 <a href="#proguard" id="proguard"></a>

<mark style="color:red;">\* 안드로이드 프로젝트</mark>

안드로이드의 프로가드 적용이 된 앱의 경우, 프로가드 설정을 통해 클래스 명과 함수 명을 확인할 수 있습니다. '[Crash 사용하기 > 프로젝트 관리 > 프로가드 설정](/imqa-guide/user-guide/crash/project-list.md#proguard)'을 참고하세요.&#x20;


---

# 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://docs.imqa.io/imqa-guide/user-guide/crash/setting.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.
