Reporting errors
The @flareapp/vue integration builds on the core @flareapp/js client for error reporting. In addition to automatic error catching via the flareVue plugin and error boundary, 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.