1.0.0 • Published 3 years ago

@epicdev/boost-error-plugin v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

Boost Error Plugin

This plugin is designed to add abstracted error reporting capabilities to the boost system.

Installation

npm install --save github:epicdev-za/boost-error-plugin

Register it in server.config.js

...
sanctum: {
    project_key: ''
},
plugins: ['boost-error-plugin'], //Or use boost-error-plugin/gc for Google Cloud Error Reporting
endpoints: {
...