# Reporting errors


The `@flareapp/react` integration builds on the core `@flareapp/js` client for error reporting. In addition to automatic error catching via the [error boundary](/docs/react/errors/error-boundary) and [error handler](/docs/react/errors/error-handler), you can manually report caught errors and send log messages using the base client.

Head over to the [JavaScript reporting errors documentation](/docs/javascript/errors/reporting-errors) for full details on `flare.report()`, `flare.reportMessage()`, and advanced manual report creation.
