How to use @flareapp/flare-client - 1 common examples

To help you get started, we’ve selected a few @flareapp/flare-client examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github laravelio / laravel.io / resources / js / bootstrap.js View on Github external
import { flare } from '@flareapp/flare-client';

// Setup exception handling.
if (process.env.NODE_ENV === 'production') {
    flare.light(process.env.MIX_FLARE_KEY);
}

/**
 * We'll load the axios HTTP library which allows us to easily issue requests
 * to our Laravel back-end. This library automatically handles sending the
 * CSRF token as a header based on the value of the "XSRF" token cookie.
 */

window.axios = require('axios');

window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';

/**
 * Next we will register the CSRF Token as a common header with Axios so that
 * all outgoing HTTP requests automatically have it attached. This is just
 * a simple convenience so we don't have to attach every token manually.

@flareapp/flare-client

Read the JavaScript error tracking section in [the Flare documentation](https://flareapp.io/docs/javascript-error-tracking/installation) for more information.

MIT
Latest version published 1 year ago

Package Health Score

45 / 100
Full package analysis

Popular @flareapp/flare-client functions

Similar packages