@flareapp/js
v2.0.0
Published
JavaScript client for flareapp.io
Readme
@flareapp/js
The core JavaScript/TypeScript client for Flare error tracking. Captures frontend errors, parses stack traces, collects browser context, and reports everything to the Flare backend.
Installation
npm install @flareapp/jsQuick start
import { flare } from '@flareapp/js';
flare.light('YOUR_FLARE_API_KEY');That is all you need. The client automatically listens for uncaught exceptions and unhandled promise rejections, collects browser context, and sends error reports to Flare.
Documentation
Full documentation on configuration, hooks, context, breadcrumbs, solution providers, and more is available at flareapp.io/docs/javascript/general/installation.
License
The MIT License (MIT). Please see License File for more information.
