plugin-breadcrumbs-console
The @appsignal/javascript
plugin for automatically adding a breadcrumb on every call to any of the supported console
methods, e.g. console.log
, console.warn
.
Installation
Add the @appsignal/plugin-breadcrumbs-console
and @appsignal/javascript
packages to your package.json
. Then, run yarn install
/npm install
.
You can also add these packages to your package.json
on the command line:
Shell
yarn add @appsignal/javascript @appsignal/plugin-breadcrumbs-console npm install @appsignal/javascript @appsignal/plugin-breadcrumbs-console
Usage
plugin
options
The plugin
currently receives no options.