AppSignal for JavaScript plugins

Plugins

The following plugins are available to add additional metadata to Front-end error reports.

Loading plugins

The Appsignal object can take one or many optional "plugins" that can extend the base functionality of the library e.g. for handling uncaught exceptions via window.error or onunhandledpromiserejection.

JavaScript
import { plugin } from `appsignal/plugin-${PLUGIN_NAME}` appsignal.use(plugin())