Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 394 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 394 Bytes

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: {
...