An open API service indexing awesome lists of open source software.

https://github.com/epicdev-za/boost-error-plugin


https://github.com/epicdev-za/boost-error-plugin

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Boost Error Plugin
This plugin is designed to add abstracted error reporting capabilities to the boost system.

# Installation
```sh
npm install --save github:epicdev-za/boost-error-plugin
```

Register it in **server.config.js**
```js
...
sanctum: {
project_key: ''
},
plugins: ['boost-error-plugin'], //Or use boost-error-plugin/gc for Google Cloud Error Reporting
endpoints: {
...
```