# Disabling/Enabling Crash Reporting

This page details the API for disabling and enabling crash reporting for your React Native app.

Luciq [Crash Reporting](https://www.luciq.ai/product/crash-reporting) can be disabled with the following method. This will completely prevent any crash report from being sent to your dashboard. By default, crash reporting is enabled if it is available in your current subscription plan.

{% code title="JavaScript" %}

```javascript
CrashReporting.setEnabled(false);
```

{% endcode %}

Updated 8 days ago


---

# 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.luciq.ai/react-native/setup-luciq-for-react-native/setup-crash-reporting/disabling-enabling-crash-reporting.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.
