← Back to Plugins

Bugsnag

This plugin implements Bugsnag in your Factor app.

Install
Add this package to your Factor enabled project:
npm add @factor/plugin-bugsnag
Click to Copy
Overview

Factor Bugsnag Plugin

Overview

This plugin implements Bugsnag in your Factor app which helps you stay informed about errors encountered by users.

Before you start

  • You'll need a Bugsnag account and a notifier API key.

Installation

npm add  @factor/plugin-bugsnag

Usage

All that you need to do to get this plugin working is add bugsnag.clientApiKey to your factor-settings.js file.

You can easily add and edit this information using the native Factor setup CLI. Run the setup CLI using the command npx factor setup once you've installed the plugin (set as a dependency).

Meta
Latest Version
1.8.28
Downloads
240
Updated
Apr 18, 2021
Created
Mar 24, 2020
Tags
bugsnag, error, monitoring, stability, reportings
Author
Fiction
Repository
View

Have A Factor Plugin or Theme?

Submit Your Extension