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 and error handler, you can manually report caught errors and send log messages using the base client.
Head over to the JavaScript reporting errors documentation for full details on flare.report(), flare.reportMessage(), and advanced manual report creation.