# 設定

IMQA Crash設定を通して、基本となる設定とProGuard、ネイティブの項目で管理することができます。

## 1. 一般設定 <a href="#general-setting" id="general-setting"></a>

APIキーとプロジェクト情報で作成したプロジェクト情報を確認でき、プラットフォーム、ステージを変更することができます。

<figure><img src="https://lh7-us.googleusercontent.com/EUUzVZv-HextdlXD7fYA5CfVo4Q-Dzu0m7BvPWsMJTAHUCXD2hNUZLU9iHNknXMzzP3G48rylyCc9BXeRo0XZKwB-FGJx5XtR0tRxEXdw51wlUzcIAfgBTo8CSQj6bEucknvQUxZHEWaNOIO7e9MZQ" alt=""><figcaption></figcaption></figure>

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

* **APIキー**: SDKと収集サーバー間の通信のためのAPI Keyです。このKey情報をSDKに挿入してください。
* **プロジェクト名**: プロジェクト作成時に入力したプロジェクト名が表示されます。プロジェクトマネージャー以上が修正することができます。
* **パッケージ名**: プロジェクト作成時に入力したパッケージ名が表示されます。プロジェクトマネージャー以上が修正することができます。
* **プラットフォーム**: プロジェクト作成時に選択したプラットフォームが表示されます。
* **ステージ**：プロジェクトの環境設定を行うことができます。 「開発」、「テスト」、「配布」で管理者判断後、以下のように設定できます。

## 2. ProGuard(dSYM) <a href="#proguard" id="proguard"></a>

iOSの Symbolication(記号化)、AndroidのProGuardが適用されたアプリは、ProGuard設定を通じてクラス名と関数名を確認することができます。「[IMQA Crashユーザーガイド >  プロジェクト管理 > ProGuard設定](/imqa-guide/jpn/user-guide/crash-ysakaito/project-list.md#proguard-she-ding-dsym-she-ding)」をご参照ください。


---

# 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/jpn/user-guide/crash-ysakaito/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.
